mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 10:43:03 +01:00
Three new root directories are ignored by git: - /personal/ - Personal tools excluded by git. - /notes/ - Personal notes excluded by git. - /vendor/ - PHP Composer vendor directory. We don't want to commit this to git. And one specific root file: - /taskell.md - Data file for the `taskell` program, used for task tracking. Signed-off-by: Kevin Morris <kevr@0cost.org>
44 lines
627 B
Text
44 lines
627 B
Text
__pycache__/
|
|
*.py[cod]
|
|
.vim/
|
|
.pylintrc
|
|
.coverage
|
|
.idea
|
|
/cache/*
|
|
/logs/*
|
|
/build/
|
|
/dist/
|
|
/aurweb.egg-info/
|
|
/personal/
|
|
/notes/
|
|
/vendor/
|
|
/pyrightconfig.json
|
|
/taskell.md
|
|
aur.git/
|
|
aurweb.sqlite3
|
|
conf/config
|
|
conf/config.sqlite
|
|
conf/config.sqlite.defaults
|
|
conf/docker
|
|
conf/docker.defaults
|
|
data.sql
|
|
dummy-data.sql*
|
|
env/
|
|
fastapi_aw/
|
|
htmlcov/
|
|
po/*.mo
|
|
po/*.po~
|
|
po/POTFILES
|
|
schema/aur-schema-sqlite.sql
|
|
test/test-results/
|
|
test/trash directory*
|
|
web/locale/*/
|
|
|
|
# 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
|