We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8f90527 commit 358037cCopy full SHA for 358037c
2 files changed
.gitattributes
@@ -1,5 +1,10 @@
1
*.php diff=php
2
3
-/Tests export-ignore
4
-/phpunit.* export-ignore
5
-/*.yml export-ignore
+/build export-ignore
+/Tests export-ignore
+/vendor export-ignore
6
+/.gitattributes export-ignore
7
+/.gitignore export-ignore
8
+/composer.lock export-ignore
9
+/*.xml export-ignore
10
+/*.yml export-ignore
.gitignore
@@ -1,8 +1,9 @@
-build
-vendor
-.DS_Store
-.idea
+build/
+logs/
+vendor/
+.DS_Store/
+.idea/
composer.lock
-phpunit.phar
+*.phar
*.yml
-!.travis.yml
+!.scrutinizer.yml
0 commit comments