mirror of https://github.com/zulip/zulip.git
gitignore: Ignore several artifacts of a prod deployment.
This allows `git status` to normally be clean in a prod deployment, so that `git describe --dirty` carries some signal.
This commit is contained in:
parent
79a5ddc68f
commit
a194f17c2a
|
@ -40,6 +40,11 @@ npm-debug.log
|
||||||
# Test / analysis tools
|
# Test / analysis tools
|
||||||
.coverage
|
.coverage
|
||||||
|
|
||||||
|
## Files (or really symlinks) created in a prod deployment
|
||||||
|
/zproject/prod_settings.py
|
||||||
|
/zulip-current-venv
|
||||||
|
/zulip-py3-venv
|
||||||
|
|
||||||
## Files left by various editors and local environments
|
## Files left by various editors and local environments
|
||||||
# (Ideally these should be in everyone's respective personal gitignore files.)
|
# (Ideally these should be in everyone's respective personal gitignore files.)
|
||||||
*~
|
*~
|
||||||
|
|
Loading…
Reference in New Issue