mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 10:43:03 +01:00
Prevent some files/dirs to end up in the repo / docker image: * directories typically used for python virtualenvs * files that are being generated by running tests Signed-off-by: moson-mo <mo-son@mailbox.org>
23 lines
315 B
Text
23 lines
315 B
Text
# Config files
|
|
conf/config
|
|
conf/config.sqlite
|
|
conf/config.sqlite.defaults
|
|
conf/docker
|
|
conf/docker.defaults
|
|
|
|
# Compiled translation files
|
|
**/*.mo
|
|
|
|
# Typical virtualenv directories
|
|
env/
|
|
venv/
|
|
.venv/
|
|
|
|
# Test output
|
|
htmlcov/
|
|
test-emails/
|
|
test/__pycache__
|
|
test/test-results
|
|
test/trash_directory*
|
|
.coverage
|
|
.pytest_cache
|