Skip to content

Commit

Permalink
Make export ignore statements absolute
Browse files Browse the repository at this point in the history
  • Loading branch information
frankdejonge committed Jan 18, 2021
1 parent 3a508eb commit 6a75374
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
* text=auto

phpstan.neon export-ignore
bin export-ignore
.github export-ignore
.php_cs.dist export-ignore
.scrutinizer.yml export-ignore
src/Generation export-ignore
test_files export-ignore
.gitattributes export-ignore
.gitignore export-ignore
.travis.yml export-ignore
**/*Test.php export-ignore
phpunit.php export-ignore
phpunit.xml.dist export-ignore
readme.md export-ignore
/phpstan.neon export-ignore
/bin export-ignore
/.github export-ignore
/.php_cs.dist export-ignore
/.scrutinizer.yml export-ignore
/src/Generation export-ignore
/test_files export-ignore
/.gitattributes export-ignore
/.gitignore export-ignore
/.travis.yml export-ignore
/**/*Test.php export-ignore
/phpunit.php export-ignore
/phpunit.xml.dist export-ignore
/readme.md export-ignore

0 comments on commit 6a75374

Please sign in to comment.