22 lines
237 B
Plaintext
22 lines
237 B
Plaintext
# Environment variables (secrets)
|
|
.env
|
|
|
|
# SQLite WAL/SHM temp files
|
|
data/*.db-wal
|
|
data/*.db-shm
|
|
|
|
# Bring! auth token cache
|
|
data/bring_token.json
|
|
|
|
# SSL CA cert (local only)
|
|
ca.crt
|
|
|
|
# OS files
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Editor
|
|
*.swp
|
|
*.swo
|
|
*~
|