Files
rustical/.gitignore
2024-02-06 12:35:19 +01:00

14 lines
136 B
Plaintext

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