add .gitattributes (export-ignore)

Effectively removes .gitignore files when using `git archive`.
pull/204/merge
Axel Burri 2018-03-05 11:53:50 +01:00
parent 1cf004533c
commit 821e8bba6a
1 changed files with 3 additions and 0 deletions

3
.gitattributes vendored Normal file
View File

@ -0,0 +1,3 @@
# remove files from deployment using `git archive`
.gitattributes export-ignore
.gitignore export-ignore