.gitignore: add more user configs and Python build files

Signed-off-by: Kevin Morris <kevr@0cost.org>
This commit is contained in:
Kevin Morris 2021-07-10 14:56:37 -07:00
parent 80ce10eb0f
commit 7542798335

10
.gitignore vendored
View file

@ -12,6 +12,10 @@ schema/aur-schema-sqlite.sql
data.sql data.sql
aurweb.sqlite3 aurweb.sqlite3
conf/config conf/config
conf/config.sqlite
conf/config.sqlite.defaults
conf/docker
conf/docker.defaults
htmlcov/ htmlcov/
fastapi_aw/ fastapi_aw/
.vim/ .vim/
@ -24,3 +28,9 @@ fastapi_aw/
/dist/ /dist/
/aurweb.egg-info/ /aurweb.egg-info/
/pyrightconfig.json /pyrightconfig.json
# Do not stage compiled asciidoc: make -C doc
doc/rpc.html
# Ignore any user-configured .envrc files at the root.
/.envrc