mirror of
https://github.com/zulip/zulip.git
synced 2025-11-02 13:03:29 +00:00
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.
16 lines
227 B
Plaintext
16 lines
227 B
Plaintext
.gitignore
|
|
.gitattributes
|
|
static/assets
|
|
corporate/
|
|
static/
|
|
tools/
|
|
zilencer/
|
|
templates/corporate
|
|
templates/zilencer
|
|
puppet/zulip_ops
|
|
zproject/dev_settings.py
|
|
zproject/test_settings.py
|
|
zerver/fixtures
|
|
zerver/tests
|
|
frontend_tests
|