chore: ignore pipeline.db backup files in .huskies/.gitignore
The pre-478-surgery backup file was left untracked, causing the acceptance gate to fail. Add pipeline.db.bak* pattern to ignore such backup files.
This commit is contained in:
@@ -32,3 +32,4 @@ wishlist.md
|
||||
|
||||
# Database
|
||||
pipeline.db
|
||||
pipeline.db.bak*
|
||||
|
||||
Reference in New Issue
Block a user