chore(highscores): ignore the local SQLite database
The service defaults to a database file in the Rust project directory when no production path is configured. Ignore that file and SQLite sidecars so local runs do not create accidental repository changes. Test Plan: - `git diff --cached --check` -- passed - Ignore patterns verified against the default database filename
This commit is contained in:
@@ -1,2 +1,4 @@
|
|||||||
target/
|
target/
|
||||||
__pycache__/
|
__pycache__/
|
||||||
|
/tdkpin-rs/highscores.sqlite3
|
||||||
|
/tdkpin-rs/highscores.sqlite3-*
|
||||||
|
|||||||
Reference in New Issue
Block a user