From 4935e6394b2dad4e91759f7995a84555765168c8 Mon Sep 17 00:00:00 2001 From: Gergely Polonkai Date: Mon, 23 Jul 2018 11:06:28 +0200 Subject: [PATCH] [Development] Ignore the .env file MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit It is used by pipenv, and we definitely don’t want to accidentally commit this to the repo. --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index d5397c0..6500dff 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,4 @@ __pycache__/ /messages.pot /calsocial/translations/*/LC_MESSAGES/*.mo /.pytest_cache/ +/.env -- 2.40.1