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 68e7adc commit 9caf304Copy full SHA for 9caf304
.gitattributes
@@ -1,5 +1,8 @@
1
+* text=auto
2
+
3
/tests export-ignore
-.gitattributes export-ignore
-.gitignore export-ignore
4
-.travis.yml export-ignore
5
-phpunit.xml export-ignore
+/.gitattributes export-ignore
+/.gitignore export-ignore
6
+/.travis.yml export-ignore
7
+/phpunit.xml.dist export-ignore
8
+/README.md export-ignore
.gitignore
@@ -1,3 +1,3 @@
-composer.phar
composer.lock
+phpunit.xml
vendor
0 commit comments