mirror of https://github.com/digint/btrbk
add .gitattributes (export-ignore)
Effectively removes .gitignore files when using `git archive`.pull/204/merge
parent
1cf004533c
commit
821e8bba6a
|
@ -0,0 +1,3 @@
|
|||
# remove files from deployment using `git archive`
|
||||
.gitattributes export-ignore
|
||||
.gitignore export-ignore
|
Loading…
Reference in New Issue