We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e461709 commit 3e6a19eCopy full SHA for 3e6a19e
.gitattributes
@@ -2,15 +2,11 @@
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
-/.travis.yml export-ignore
8
-/phpunit.xml.dist export-ignore
9
-/.scrutinizer.yml export-ignore
10
-/tests export-ignore
11
-/docs export-ignore
12
-/docker export-ignore
13
-/benchmarks export-ignore
14
-/docker-compose.yml export-ignore
15
-/phpbench.json export-ignore
16
-/profile.php export-ignore
+/.editorconfig export-ignore
+/.gitattributes export-ignore
+/.gitignore export-ignore
+/.php-cs-fixer.php export-ignore
+/phpunit.xml export-ignore
+/tests export-ignore
+/docs export-ignore
+/phpstan.neon export-ignore
0 commit comments