Skip to content

Commit

Permalink
Improve git configuration (#44)
Browse files Browse the repository at this point in the history
  • Loading branch information
villfa authored Oct 22, 2021
1 parent 02a6067 commit f6ce0e5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,10 @@
.gitignore export-ignore
.php-cs-fixer.dist.php export-ignore
CHANGELOG.md export-ignore
composer.lock export-ignore
codecov.yml export-ignore
Makefile export-ignore
phpstan.neon export-ignore
phpunit.xml.dist export-ignore
psalm.xml export-ignore
README.md export-ignore
tests/ export-ignore
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
.php-cs-fixer.php
composer.lock
phpunit.xml
vendor
*.cache

0 comments on commit f6ce0e5

Please sign in to comment.