chat-store/.gitignore

11 lines
130 B
Plaintext

# Rust build artifacts
/target
# Local SQLite databases created at runtime
*.db
*.db-shm
*.db-wal
# Editor / OS noise
.DS_Store