We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b7eb25c commit 95c5c07Copy full SHA for 95c5c07
.gitattributes
@@ -1,15 +1,11 @@
1
.editorconfig export-ignore
2
.gitattributes export-ignore
3
-/.github/ export-ignore
+.github/ export-ignore
4
+.travis/ export-ignore
5
.gitignore export-ignore
-/.php_cs export-ignore
6
-/.scrutinizer.yml export-ignore
7
-/.styleci.yml export-ignore
8
-/.travis.yml export-ignore
9
-/behat.yml.dist export-ignore
10
-/features/ export-ignore
11
-/phpspec.ci.yml export-ignore
12
-/phpspec.yml.dist export-ignore
13
-/phpunit.xml.dist export-ignore
14
-/spec/ export-ignore
15
-/Tests/ export-ignore
+.php_cs export-ignore
+.scrutinizer.yml export-ignore
+.styleci.yml export-ignore
+.travis.yml export-ignore
+phpunit.xml.dist export-ignore
+tests/ export-ignore
0 commit comments