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 eff9818 commit cb1f717Copy full SHA for cb1f717
.gitattributes
@@ -2,15 +2,11 @@
2
* text=auto eol=lf
3
4
# Exclude non-essential files from dist
5
-/.github export-ignore
+/.* export-ignore
6
+/*.dist export-ignore
7
+/.neon export-ignore
8
/docs export-ignore
9
+/benchmark export-ignore
10
+/phpbench.json export-ignore
11
/tests export-ignore
12
/tools export-ignore
-/.doctrine-project.json export-ignore
-/.gitattributes export-ignore
-/.gitignore export-ignore
-/.gitmodules export-ignore
13
-/.scrutinizer.yml export-ignore
14
-/phpcs.xml.dist export-ignore
15
-/phpstan.neon.dist export-ignore
16
-/phpunit.xml.dist export-ignore
0 commit comments