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
|
||||
*.log
|
||||
*~
|
||||
.DS_Store
|
||||
.vscode/
|
||||
|
||||
# Python files
|
||||
venv/
|
||||
__pycache__/
|
||||
.mypy_cache/
|
||||
|
||||
# Github authentication files
|
||||
/.github_*
|
||||
|
||||
# yunohost specific cache/output dirs
|
||||
.apps_cache
|
||||
builds
|
||||
tools/README-generator/venv/
|
||||
builds*
|
||||
|
||||
tools/bot-repo-cleanup/.github_token
|
||||
tools/autoupdater-upgrader/.*
|
||||
|
||||
tools/autopatches/login
|
||||
tools/autopatches/token
|
||||
|
||||
.github_token
|
||||
|
||||
__pycache__
|
||||
app_list_auto_update.log
|
||||
venv
|
||||
|
|
Loading…
Reference in a new issue