Ignore certain files when exporting archives.
This commit is contained in:
parent
210a897a82
commit
6911696616
1 changed files with 5 additions and 0 deletions
5
.gitattributes
vendored
Normal file
5
.gitattributes
vendored
Normal file
|
@ -0,0 +1,5 @@
|
|||
.* export-ignore
|
||||
/CONTRIBUTING.md export-ignore
|
||||
/README.md export-ignore
|
||||
/img export-ignore
|
||||
/test export-ignore
|
Reference in a new issue