We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 13fa0b9 commit b192bb3Copy full SHA for b192bb3
.gitattributes
@@ -0,0 +1,14 @@
1
+# Path-based git attributes
2
+# https://www.kernel.org/pub/software/scm/git/docs/gitattributes.html
3
+
4
+# Ignore all test and documentation with "export-ignore".
5
+.gitattributes export-ignore
6
+.gitignore export-ignore
7
+.scrutinizer.yml export-ignore
8
+.travis.yml export-ignore
9
+CHANGELOG.md export-ignore
10
+CONTRIBUTING.md export-ignore
11
+docs export-ignore
12
+phpunit.xml.dist export-ignore
13
+README.md export-ignore
14
+tests export-ignore
0 commit comments