Ignore certain files when exporting archives.

This commit is contained in:
w0rp 2016-10-11 22:17:04 +01:00
parent 210a897a82
commit 6911696616
1 changed files with 5 additions and 0 deletions

5
.gitattributes vendored Normal file
View File

@ -0,0 +1,5 @@
.* export-ignore
/CONTRIBUTING.md export-ignore
/README.md export-ignore
/img export-ignore
/test export-ignore