Skip to content

Commit

Permalink
Exclude non-essential files in production environments
Browse files Browse the repository at this point in the history
  • Loading branch information
vinkla authored Jun 19, 2024
1 parent 69b2b65 commit 223b37a
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
* text=auto eol=lf

/tests export-ignore
/.github export-ignore
/.gitattributes export-ignore
/.gitignore export-ignore
/phpstan.neon export-ignore
/CHANGELOG.md export-ignore
/README.md export-ignore
/UPGRADE.md export-ignore

0 comments on commit 223b37a

Please sign in to comment.