We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e871df6 commit 586a496Copy full SHA for 586a496
.gitattributes
@@ -0,0 +1,16 @@
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
+/.arcconfig export-ignore
6
+/.arclint export-ignore
7
+/.gitattributes export-ignore
8
+/.gitignore export-ignore
9
+/CODE_OF_CONDUCT.md export-ignore
10
+/CONTRIBUTING.md export-ignore
11
+/injection.json.dist export-ignore
12
+/phpcs.xml.dist export-ignore
13
+/phpunit.xml.dist export-ignore
14
+/PULL_REQUEST_TEMPLATE.md export-ignore
15
+/tests export-ignore
16
+/.editorconfig export-ignore
0 commit comments