We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9c4a018 commit 848ce5bCopy full SHA for 848ce5b
1 file changed
.gitattributes
@@ -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