c46a9f95f4
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.
18 lines
207 B
Text
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*
|