mirror of
https://github.com/kbenestad/ClubLedger.git
synced 2026-06-18 09:44:33 +00:00
Ignore runtime data files (clubledger.db, staff.json)
https://claude.ai/code/session_01JuRTR5Xjx8emQsyerBgGU7
This commit is contained in:
parent
8616ff1d49
commit
4125972b67
1 changed files with 6 additions and 0 deletions
6
.gitignore
vendored
6
.gitignore
vendored
|
|
@ -216,3 +216,9 @@ __marimo__/
|
|||
|
||||
# Streamlit
|
||||
.streamlit/secrets.toml
|
||||
|
||||
# ClubLedger runtime data
|
||||
clubledger.db
|
||||
clubledger.db-wal
|
||||
clubledger.db-shm
|
||||
staff.json
|
||||
|
|
|
|||
Loading…
Reference in a new issue