1
0
Fork 0
mirror of https://github.com/YunoHost/apps.git synced 2024-09-03 20:06:07 +02:00
apps/.gitignore
Félix Piédallu f98ab2c963 tools: refactor github credentials location
Tools were reading github creds from all over the place.
They now all read /tools/.github_{login,token,webhook_secret}.
Updating the gitignore to reflet that.
2024-05-28 19:10:47 +02:00

18 lines
207 B
Text

# Temporary files
*.swp
*.log
*~
.DS_Store
.vscode/
# Python files
venv/
__pycache__/
.mypy_cache/
# Github authentication files
/tools/.github_*
# yunohost specific cache/output dirs
.apps_cache
builds*