weblate/.gitignore
Michal Čihař 2063025589 Dev: Improve dev Docker
- fix shellcheck issues
- base on bleeding container to have smaller diff in the deps
- clarify docs
- pass build args by --build-arg instead of relying on environment
- move build context to separate directory to avoid Docker copying all
  sources, git and possibly other mess as source
- update containers versions
- update Dockerfile and container startup to match current weblate
  container
2020-12-03 11:26:11 +01:00

33 lines
411 B
Text

*.pyproj
*.pyc
*.sw[pon]
/.coverage*
/weblate/locale/*/*/*.mo
weblate-*.tar.*
/*.db
/weblate/settings.py
/reports/
/tags
.idea/*
*.sublime-*
.vscode/*
/Weblate.egg-info/
/build/
/data/
/data-test/
/dist/
/.vs
/.venv
/.venv*
/venv
*.DS_Store
/weblate-env/
/.tesseract/
/test-images/
/cc-test-reporter
# Celery logs/pids
/weblate-*.log
/weblate-*.pid
/dev-docker/data/
/dev-docker/weblate-dev/requirements.txt
*~