[Development] Ignore the .env file

It is used by pipenv, and we definitely don’t want to accidentally commit this to the repo.
This commit is contained in:
Gergely Polonkai 2018-07-23 11:06:28 +02:00
parent 2c01939ef5
commit 4935e6394b
1 changed files with 1 additions and 0 deletions

1
.gitignore vendored
View File

@ -3,3 +3,4 @@ __pycache__/
/messages.pot
/calsocial/translations/*/LC_MESSAGES/*.mo
/.pytest_cache/
/.env