Exclude more things from export

New CDB will do a checkout before overwriting it
with an export so it can see all files, including
excluded ones, for pulling CDB config.
This commit is contained in:
Aaron Suen 2020-03-28 07:08:56 -04:00
parent 5283972cf8
commit c1d7de2af9

3
.gitattributes vendored
View File

@ -1,5 +1,4 @@
version.lua export-subst
.git* export-ignore
.lua* export-ignore
.* export-ignore
docs export-ignore
src export-ignore