mirror of
https://github.com/YunoHost/apps.git
synced 2024-09-03 20:06:07 +02:00
Reorganize the gitignore
This commit is contained in:
parent
690981ab9e
commit
49a981c3f6
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…
Add table
Reference in a new issue