build(GIT): only include helper scripts in export archives

This commit is contained in:
Asif Bacchus 2021-01-15 06:28:43 -07:00
parent 478af79158
commit 6206ed49ff
2 changed files with 6 additions and 2 deletions

6
.gitattributes vendored
View File

@ -73,8 +73,12 @@
#
# Exclude files from exporting
# only export helper scripts
#
.gitattributes export-ignore
.gitignore export-ignore
.vscode/* export-ignore
.vscode export-ignore
.idea export-ignore
build export-ignore
README.md export-ignore

2
.gitignore vendored
View File

@ -10,4 +10,4 @@
ab-nginx.params
# don't track checksums -- no point
checksums.sha256*
checksums.sha256*