We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e9dd470 commit 26efcc5Copy full SHA for 26efcc5
.gitattributes
@@ -1,9 +1,6 @@
1
-/.github export-ignore
+.* export-ignore
2
/bench export-ignore
3
/tests export-ignore
4
-.gitattributes export-ignore
5
-.gitignore export-ignore
6
-.travis.yml export-ignore
7
phpbench.json export-ignore
8
phpunit.xml.dist export-ignore
9
phpstan.neon.dist export-ignore
.gitignore
@@ -1,16 +1,11 @@
-#eclipse
-.project
-
-#phpstorm
-.idea
+# hidden files
+.*
+!.gitignore
+!.github
#composer
composer.lock
-composer.phar
10
vendor
11
12
#phpbench
13
_storage
14
15
-#phpunit
16
-.phpunit.result.cache
0 commit comments