Skip to content

Commit 848ce5b

Browse files
committed
Add git attributes
1 parent 9c4a018 commit 848ce5b

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

.gitattributes

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# Enforce Unix newlines
2+
* text=lf
3+
4+
# Exclude unused files
5+
# see: https://redd.it/2jzp6k
6+
/tests export-ignore
7+
/.gitattributes export-ignore
8+
/.gitignore export-ignore
9+
/.travis.yml export-ignore
10+
/CONTRIBUTING.md export-ignore
11+
/phpcs.xml.dist export-ignore
12+
/phpstan.neon.dist export-ignore
13+
/phpunit.xml.dist export-ignore
14+
/README.md export-ignore

0 commit comments

Comments
 (0)