We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0174693 commit b6e4ef3Copy full SHA for b6e4ef3
1 file changed
.gitattributes
@@ -0,0 +1,13 @@
1
+# Enforce Unix newlines
2
+* text=lf
3
+
4
+# Exclude unused files
5
+# see: https://redd.it/2jzp6k
6
+/tests export-ignore
7
+/.github export-ignore
8
+/.gitattributes export-ignore
9
+/.gitignore export-ignore
10
+/.*.yml export-ignore
11
+/phpcs.xml export-ignore
12
+/phpunit.xml.dist export-ignore
13
+/README.md export-ignore
0 commit comments