Skip to content

Commit 0edcef0

Browse files
authored
Extend .gitattributes to clean up release builds (Austinb#680)
1 parent bb78f7b commit 0edcef0

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.gitattributes

+3
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,15 @@
11
* text=auto
22

33
/build export-ignore
4+
/examples export-ignore
45
/tests export-ignore
56
/.coveralls.yml export-ignore
67
/.scrutinizer.yml export-ignore
8+
/.github export-ignore
79
/.gitattributes export-ignore
810
/.gitignore export-ignore
911
/.travis.yml export-ignore
1012
/phpunit.xml export-ignore
1113
/phpunit.xml.dist export-ignore
14+
/CONTRIBUTING.md export-ignore
1215
/README.md export-ignore

0 commit comments

Comments
 (0)