mirror of
https://github.com/logos-messaging/chat-store.git
synced 2026-07-30 06:53:29 +00:00
11 lines
130 B
Plaintext
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
|