Files
rustical/.gitignore
2024-02-06 12:34:39 +01:00

14 lines
135 B
Plaintext

/target
crates/*/target
# For libraries ignore Cargo.lock
crates/*/Cargo.lock
db.toml
db.sqlite3
config.toml
schema.sql
/.idea
.env