build-local-server-tarball: Add prod-static to a clean git archive tarball

This avoids exporting .pyc files and any other junk left behind by the
build process.

(imported from commit 8bdb9de3867b10eb5be9f52b784aa906c5f19d23)
This commit is contained in:
Kevin Mehall
2013-11-12 11:13:19 -05:00
parent 3f0fa363f9
commit d0b81f6b2e
2 changed files with 26 additions and 24 deletions

13
.gitattributes vendored Normal file
View File

@@ -0,0 +1,13 @@
.gitignore export-ignore
.gitattributes export-ignore
analytics/ export-ignore
assets/ export-ignore
bots/ export-ignore
corporate/ export-ignore
static/ export-ignore
tools/ export-ignore
zilencer/ export-ignore
templates/analytics/ export-ignore
templates/corporate/ export-ignore
puppet/zulip_internal/ export-ignore
zproject/local_settings.py export-ignore