Skip to content

Commit

Permalink
Fix gitattributes export-ignore for unexisting files
Browse files Browse the repository at this point in the history
  • Loading branch information
norkunas committed Aug 7, 2024
1 parent ae0dad8 commit 2c87c6b
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
/.gitattributes export-ignore
/.github export-ignore
/.gitignore export-ignore
/.php_cs.dist export-ignore
/.travis.yml export-ignore
/.php-cs-fixer.php export-ignore
/tests export-ignore
/phpstan.neon.dist export-ignore
/phpunit.xml.dist export-ignore
/phpstan.neon export-ignore
/phpstan-baseline.neon export-ignore
/phpunit.xml export-ignore
/tools export-ignore
/Makefile export-ignore

0 comments on commit 2c87c6b

Please sign in to comment.