aurweb/.gitignore
2021-08-28 19:27:36 -05:00

39 lines
582 B
Text

dummy-data.sql*
po/*.mo
po/*.po~
po/POTFILES
web/locale/*/
aur.git/
__pycache__/
*.py[cod]
test/test-results/
test/trash directory*
schema/aur-schema-sqlite.sql
data.sql
aurweb.sqlite3
conf/config
conf/config.sqlite
conf/config.sqlite.defaults
conf/docker
conf/docker.defaults
htmlcov/
fastapi_aw/
.vim/
.pylintrc
.coverage
.idea
/cache/*
/logs/*
/build/
/dist/
/aurweb.egg-info/
/pyrightconfig.json
# Do not stage compiled asciidoc: make -C doc
doc/rpc.html
# Ignore any user-configured .envrc files at the root.
/.envrc
# Ignore .python-version file from Pyenv
.python-version