Files
snikket-web-portal/.gitignore
Jonas Schäfer e0cfcc6aaa 12-factorize application a little
snikket_web can now be fully configured via the environment alone,
no extra files needed. It is still supported to inject a python
file to generate environment variables though, which may be
useful for generating and reloading a secret key.
2021-01-17 20:11:26 +01:00

8 lines
149 B
Plaintext

/.direnv
/.local
__pycache__
/snikket_web/static/css/*.css
/snikket_web/translations/messages.pot
/snikket_web/translations/*/LC_MESSAGES/*.mo
/.env