1
0
Fork 0
ynh-apps_tools/.gitignore

25 lines
287 B
Text
Raw Normal View History

2024-02-15 14:56:55 +01:00
# Temporary files
2015-10-03 19:02:30 +02:00
*.swp
2024-02-15 14:56:55 +01:00
*.log
2015-10-25 17:01:26 +01:00
*~
2022-08-07 15:16:34 +02:00
.DS_Store
2024-02-15 14:56:55 +01:00
.vscode/
2015-10-25 17:01:26 +01:00
2024-02-15 14:56:55 +01:00
# Python files
venv/
__pycache__/
.mypy_cache/
# Github authentication files
/tools/.github_*
2024-02-15 14:56:55 +01:00
# yunohost specific cache/output dirs
.apps_cache
2024-02-15 14:56:55 +01:00
builds*
2024-08-17 13:34:01 +02:00
# Static assets
tools/app_generator/static
# local debuggings
package_linter/