Files
rustical/.gitignore
2023-09-27 16:45:04 +02:00

12 lines
129 B
Plaintext

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