mirror of
https://github.com/zulip/zulip.git
synced 2025-11-01 20:44:04 +00:00
build-release-tarball: Stop using .gitattributes.
Unfortunately, GitHub's web UI for generating release tarballs uses `.gitattributes` to control what files to download, and thus if you downloaded a source tarball for older Zulip versions using the GitHub web UI, you'd be missing important files. We fix this for future releases by moving the blacklist out of .gitattributes. Fixes #129.
This commit is contained in:
14
.gitattributes
vendored
14
.gitattributes
vendored
@@ -9,17 +9,3 @@
|
||||
*.png binary
|
||||
*.otf binary
|
||||
*.tif binary
|
||||
.gitignore export-ignore
|
||||
.gitattributes export-ignore
|
||||
/static/assets export-ignore
|
||||
/corporate export-ignore
|
||||
/static export-ignore
|
||||
/tools export-ignore
|
||||
/zilencer export-ignore
|
||||
/templates/corporate export-ignore
|
||||
/templates/zilencer export-ignore
|
||||
/puppet/zulip_internal export-ignore
|
||||
/zproject/test_settings.py export-ignore
|
||||
/zerver/fixtures export-ignore
|
||||
/zerver/tests export-ignore
|
||||
/frontend_tests export-ignore
|
||||
|
||||
Reference in New Issue
Block a user