Reorganize the gitignore
This commit is contained in:
parent
e6903bf275
commit
4bee6c7ca4
1 changed files with 14 additions and 8 deletions
22
.gitignore
vendored
22
.gitignore
vendored
|
@ -1,18 +1,24 @@
|
||||||
|
# Temporary files
|
||||||
*.swp
|
*.swp
|
||||||
|
*.log
|
||||||
*~
|
*~
|
||||||
.DS_Store
|
.DS_Store
|
||||||
|
.vscode/
|
||||||
|
|
||||||
|
# Python files
|
||||||
|
venv/
|
||||||
|
__pycache__/
|
||||||
|
.mypy_cache/
|
||||||
|
|
||||||
|
# Github authentication files
|
||||||
|
/.github_*
|
||||||
|
|
||||||
|
# yunohost specific cache/output dirs
|
||||||
.apps_cache
|
.apps_cache
|
||||||
builds
|
builds*
|
||||||
tools/README-generator/venv/
|
|
||||||
tools/bot-repo-cleanup/.github_token
|
tools/bot-repo-cleanup/.github_token
|
||||||
tools/autoupdater-upgrader/.*
|
tools/autoupdater-upgrader/.*
|
||||||
|
|
||||||
tools/autopatches/login
|
tools/autopatches/login
|
||||||
tools/autopatches/token
|
tools/autopatches/token
|
||||||
|
|
||||||
.github_token
|
|
||||||
|
|
||||||
__pycache__
|
|
||||||
app_list_auto_update.log
|
|
||||||
venv
|
|
||||||
|
|
Loading…
Reference in a new issue