Files
EverShelf/.gitignore
T

23 lines
261 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
data/bring_catalog.json
# SSL CA cert (local only)
ca.crt
# OS files
.DS_Store
Thumbs.db
# Editor
*.swp
*.swo
*~