Skip to content

Commit

Permalink
fix: add export-ignore rules (#162)
Browse files Browse the repository at this point in the history
  • Loading branch information
rancoud committed Jan 20, 2024
1 parent ecd4f5c commit a2d66b3
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .gitattributes
Original file line number Diff line number Diff line change
@@ -1 +1,9 @@
* text eol=lf
* text eol=lf

/.github export-ignore
/tests export-ignore
/.gitattributes export-ignore
/.gitignore export-ignore
/.php-cs-fixer.php export-ignore
/phpcs.xml export-ignore
/phpunit.xml export-ignore

0 comments on commit a2d66b3

Please sign in to comment.