We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
.gitattributes
1 parent 0262cfb commit 947083eCopy full SHA for 947083e
.gitattributes
@@ -0,0 +1,15 @@
1
+* text=auto
2
+
3
+# Path-based git attributes
4
+# https://git-scm.com/docs/gitattributes
5
6
+# Ignore all tests and documentation with "export-ignore".
7
+/.gitattributes export-ignore
8
+/.github export-ignore
9
+/.gitignore export-ignore
10
+/data export-ignore
11
+/Makefile export-ignore
12
+/phpunit.xml.dist export-ignore
13
+/tests export-ignore
14
+/run.php export-ignore
15
+/x.php export-ignore
0 commit comments