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 238eec2 commit 573a623Copy full SHA for 573a623
.gitattributes
@@ -1,8 +1,8 @@
1
-/tests export-ignore
2
-/.editorconfig export-ignore
3
-/.gitattributes export-ignore
4
-/.gitignore export-ignore
5
-/.scrutinizer.yml export-ignore
6
-/.travis.yml export-ignore
7
-/CONTRIBUTING.md export-ignore
8
-/phpunit.xml.dist export-ignore
+tests/ export-ignore
+.editorconfig export-ignore
+.gitattributes export-ignore
+.gitignore export-ignore
+.scrutinizer.yml export-ignore
+.travis.yml export-ignore
+CONTRIBUTING.md export-ignore
+phpunit.xml.dist export-ignore
.gitignore
@@ -1,4 +1,4 @@
-/build
-/vendor
-/composer.lock
-/phpunit.xml
+build/
+vendor/
+composer.lock
+phpunit.xml
0 commit comments