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
5 lines
83 B
INI
5 lines
83 B
INI
target/
|
|
__pycache__/
|
|
/tdkpin-rs/highscores.sqlite3
|
|
/tdkpin-rs/highscores.sqlite3-*
|