From a194f17c2ad96019386f5afd1093d478928a251f Mon Sep 17 00:00:00 2001 From: Greg Price Date: Fri, 17 Nov 2017 14:31:14 -0800 Subject: [PATCH] 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. --- .gitignore | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.gitignore b/.gitignore index 11554a8c3e..bdd141d5a9 100644 --- a/.gitignore +++ b/.gitignore @@ -40,6 +40,11 @@ npm-debug.log # Test / analysis tools .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 # (Ideally these should be in everyone's respective personal gitignore files.) *~