mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 10:43:03 +01:00
.gitignore: add more user configs and Python build files
Signed-off-by: Kevin Morris <kevr@0cost.org>
This commit is contained in:
parent
80ce10eb0f
commit
7542798335
1 changed files with 10 additions and 0 deletions
10
.gitignore
vendored
10
.gitignore
vendored
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue