Skip to content

Commit a0d98fb

Browse files
committed
Add export-ignore to .gitattributes
Removes unneeded files from releases.
1 parent 3bfe984 commit a0d98fb

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

.gitattributes

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,20 @@
1515
*.PDF diff=astextplain
1616
*.rtf diff=astextplain
1717
*.RTF diff=astextplain
18+
19+
.gitattributes export-ignore
20+
.gitignore export-ignore
21+
.github export-ignore
22+
.github/** export-ignore
23+
bin export-ignore
24+
bin/** export-ignore
25+
docs export-ignore
26+
docs/** export-ignore
27+
tests export-ignore
28+
tests/** export-ignore
29+
phpcs.xml.dist export-ignore
30+
phpunit.xml.dist export-ignore
31+
README.md export-ignore
32+
hookdoc-conf.json export-ignore
33+
package.json export-ignore
34+
composer.json export-ignore

0 commit comments

Comments
 (0)