build(GIT): only include helper scripts in export archives
This commit is contained in:
parent
478af79158
commit
6206ed49ff
6
.gitattributes
vendored
6
.gitattributes
vendored
@ -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
2
.gitignore
vendored
@ -10,4 +10,4 @@
|
||||
ab-nginx.params
|
||||
|
||||
# don't track checksums -- no point
|
||||
checksums.sha256*
|
||||
checksums.sha256*
|
||||
|
Loading…
Reference in New Issue
Block a user