Skip to content

Commit

Permalink
fix: add export-ignore rules (#176)
Browse files Browse the repository at this point in the history
  • Loading branch information
rancoud authored Jan 20, 2024
1 parent 2230332 commit 6c8ae49
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
* text eol=lf
entrypoint.sh linguist-detectable=false
Dockerfile linguist-detectable=false

/.github export-ignore
/coverage export-ignore
/tests export-ignore
/.dockerignore export-ignore
/.gitattributes export-ignore
/.gitignore export-ignore
/.php-cs-fixer.php export-ignore
/Dockerfile export-ignore
/docker-compose.yml export-ignore
/entrypoint.sh export-ignore
/phpcs.xml export-ignore
/phpunit.xml export-ignore

0 comments on commit 6c8ae49

Please sign in to comment.