mirror of
https://github.com/lennart-k/rustical.git
synced 2025-12-11 15:52:18 +00:00
19 lines
176 B
Plaintext
19 lines
176 B
Plaintext
/target
|
|
crates/*/target
|
|
# For libraries ignore Cargo.lock
|
|
crates/*/Cargo.lock
|
|
|
|
db.sqlite3*
|
|
config.toml
|
|
principals.toml
|
|
|
|
/.idea
|
|
|
|
.env
|
|
|
|
site
|
|
|
|
# Frontend
|
|
**/node_modules
|
|
**/.vite
|