We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ececd21 + 717a6a8 commit 0849d1bCopy full SHA for 0849d1b
.gitattributes
@@ -0,0 +1,11 @@
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
+/.php_cs export-ignore
8
+/.travis.yml export-ignore
9
+/examples export-ignore
10
+/guzzle_environments export-ignore
11
+/tests export-ignore
0 commit comments