Skip to content

Commit 475e164

Browse files
authored
add .gitattributes export-ignore entries to reduce the release package size (#35)
1 parent 75e04b3 commit 475e164

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

.gitattributes

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# Ignore all test and documentation with "export-ignore".
2+
/.gitattributes export-ignore
3+
/.github export-ignore
4+
/.gitignore export-ignore
5+
/.php.cs export-ignore
6+
/.scrutinizer.yml export-ignore
7+
/.travis.yml export-ignore
8+
/CHANGELOG.md export-ignore
9+
/CONTRIBUTING.md export-ignore
10+
/README.md export-ignore
11+
/build.xml export-ignore
12+
/phpunit.xml export-ignore
13+
/scientist.png export-ignore
14+
/tests export-ignore

0 commit comments

Comments
 (0)