We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0753bed commit 533b289Copy full SHA for 533b289
.gitattributes
@@ -1,11 +1,15 @@
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".
+# Ignore dot files, test and documentation with "export-ignore".
5
+/.editorconfig export-ignore
6
/.gitattributes export-ignore
7
+/.github export-ignore
8
/.gitignore export-ignore
-/.travis.yml export-ignore
-/phpunit.xml.dist export-ignore
9
/.scrutinizer.yml export-ignore
10
+/.styleci.yml export-ignore
11
+/CODE_OF_CONDUCT.md export-ignore
12
+/CONTRIBUTING.md export-ignore
13
+/phpunit.xml.dist export-ignore
14
/test export-ignore
-/docs export-ignore
15
+/docs export-ignore
0 commit comments