Feature Set .gitattributes to ignore docs and tests folder, and some source asset files which are not needed

This commit is contained in:
Christopher Joe 2017-12-11 12:06:02 +13:00
parent cd94e99d89
commit 4d8053611d
1 changed files with 2 additions and 1 deletions

3
.gitattributes vendored
View File

@ -1,6 +1,7 @@
/tests export-ignore
/docs export-ignore
/.tx export-ignore
/.gitattributes export-ignore
/.gitignore export-ignore
/.travis.yml export-ignore
/.scrutinizer.yml export-ignore
/*.dist export-ignore