mirror of
https://github.com/lennart-k/rustical.git
synced 2026-01-29 22:48:14 +00:00
21 lines
193 B
Plaintext
21 lines
193 B
Plaintext
/target
|
|
crates/*/target
|
|
# For libraries ignore Cargo.lock
|
|
crates/*/Cargo.lock
|
|
|
|
**/*.sqlite3*
|
|
config.toml
|
|
principals.toml
|
|
|
|
/.idea
|
|
|
|
.env
|
|
|
|
site
|
|
|
|
# Frontend
|
|
**/node_modules
|
|
**/.vite
|
|
|
|
**/*.snap.new
|