Untrack local .ansible runtime cache and fix stale gitignore path
The .ansible directory is a local ansible-galaxy/ansible-core cache that got swept into the previous commit by git add -A. Also update the pi-squeezeserver backup ignore path to match the role rename. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
This commit is contained in:
3
.gitignore
vendored
3
.gitignore
vendored
@@ -1,4 +1,5 @@
|
|||||||
*.img
|
*.img
|
||||||
__pycache__
|
__pycache__
|
||||||
/roles/pi-squeezeserver/backup
|
/roles/pi_squeezeserver/backup
|
||||||
|
.ansible/
|
||||||
venv*
|
venv*
|
||||||
|
|||||||
Reference in New Issue
Block a user