mirror of
https://github.com/zulip/zulip.git
synced 2025-10-23 04:52:12 +00:00
This file hasn't reflected the actual configuration of any live installation for some time, nor been part of any tests or other mechanism to regularly validate it, so it's naturally fallen behind as we make changes to the set of settings and typically don't update this file accordingly. Just remove it; all the documentation functions it serves are already served just as well by prod_settings_template.py and its ample comments.
29 lines
642 B
Plaintext
29 lines
642 B
Plaintext
* text=auto eol=lf
|
|
*.gif binary
|
|
*.jpg binary
|
|
*.eot binary
|
|
*.woff binary
|
|
*.svg binary
|
|
*.ttf binary
|
|
*.png binary
|
|
*.otf binary
|
|
*.tif binary
|
|
.gitignore export-ignore
|
|
.gitattributes export-ignore
|
|
/static/assets export-ignore
|
|
/bots 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
|
|
/node_modules export-ignore
|
|
/humbug export-ignore
|
|
/locale export-ignore
|