1
0
Fork 0
ynh-apps_tools/.gitignore
Félix Piédallu c46a9f95f4 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*