Skip to content

Commit cb1f717

Browse files
authored
Exclude non-essential fields from the archive (#2837)
1 parent eff9818 commit cb1f717

File tree

1 file changed

+5
-9
lines changed

1 file changed

+5
-9
lines changed

.gitattributes

Lines changed: 5 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,11 @@
22
* text=auto eol=lf
33

44
# Exclude non-essential files from dist
5-
/.github export-ignore
5+
/.* export-ignore
6+
/*.dist export-ignore
7+
/.neon export-ignore
68
/docs export-ignore
9+
/benchmark export-ignore
10+
/phpbench.json export-ignore
711
/tests export-ignore
812
/tools export-ignore
9-
/.doctrine-project.json export-ignore
10-
/.gitattributes export-ignore
11-
/.gitignore export-ignore
12-
/.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

Comments
 (0)