Skip to content

Commit

Permalink
Merge pull request #6 from vinkla/patch-1
Browse files Browse the repository at this point in the history
Exclude non-essential files in production environments
  • Loading branch information
olssonm authored Jun 19, 2024
2 parents 69b2b65 + 223b37a commit 0afcf6b
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 0afcf6b

Please sign in to comment.