We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9490805 commit a9ec1b0Copy full SHA for a9ec1b0
.gitattributes
@@ -4,10 +4,16 @@
4
# Ignore all test and documentation with "export-ignore".
5
/.gitattributes export-ignore
6
/.gitignore export-ignore
7
-/phpunit.xml.dist export-ignore
+/phpunit.xml export-ignore
8
/.scrutinizer.yml export-ignore
9
+/.styleci.yml export-ignore
10
/tests export-ignore
11
/.editorconfig export-ignore
12
+/docs export-ignore
13
+/docs-src export-ignore
14
+/.github export-ignore
15
+/docker export-ignore
16
+/scripts export-ignore
17
/docs -diff
18
/docs linguist-vendored
-/docs-src linguist-vendored
19
+/docs-src linguist-vendored
0 commit comments