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 834ce25 commit d35df12Copy full SHA for d35df12
.gitattributes
@@ -1,10 +1,10 @@
1
+* text=auto eol=lf
2
*.php diff=php
3
-/.github export-ignore
4
-/bench export-ignore
5
-/Tests export-ignore
6
-/build export-ignore
7
-/vendor export-ignore
8
-/phpunit.* export-ignore
9
-/phpbench.* export-ignore
10
-/*.yml export-ignore
+.git* export-ignore
+bench/ export-ignore
+tests/ export-ignore
+build/ export-ignore
+phpunit.* export-ignore
+phpbench.* export-ignore
+*.yml export-ignore
.gitignore
@@ -1,8 +1,9 @@
-/bench
-/build
-/vendor
-/.DS_Store
-/.idea
+bench/
+build/
+vendor/
+.idea/
+.DS_Store
+Thumbs.db
composer.lock
phpunit.phar
-*.cache
+*.cache
0 commit comments