mirror of https://github.com/rhaamo/omnomnomnom
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
37 lines
444 B
37 lines
444 B
*.pyc
|
|
/venv
|
|
/config.py
|
|
/.idea
|
|
*.db
|
|
/uploads/*/*
|
|
/tmp/cty.xml
|
|
/.pytest_cache/
|
|
/api/*.egg-info
|
|
/api/.eggs
|
|
/.eggs
|
|
/configtest.py
|
|
/api/*.log
|
|
.coverage
|
|
.ropeproject
|
|
/.mypy_cache
|
|
/api/test-reports
|
|
test/unit/coverage/
|
|
test/e2e/reports
|
|
.DS_Store
|
|
/docs-build
|
|
/docs/_build/
|
|
|
|
api/config/*_secret.py
|
|
|
|
# Translations
|
|
*.mo
|
|
|
|
*~
|
|
|
|
front/src/translations.json
|
|
front/src/translations/*.json
|
|
front/locales/*/LC_MESSAGES/app.po
|
|
|
|
.env
|
|
/data
|
|
/api/celerybeat-schedule
|
|
|