calendar-social/.gitignore
Gergely Polonkai 4935e6394b [Development] Ignore the .env file
It is used by pipenv, and we definitely don’t want to accidentally commit this to the repo.
2018-07-23 11:53:56 +02:00

7 lines
112 B
Plaintext

__pycache__/
/calsocial/local.db
/messages.pot
/calsocial/translations/*/LC_MESSAGES/*.mo
/.pytest_cache/
/.env