spoticord/.gitignore
2022-10-31 22:46:34 +01:00

14 lines
93 B
Plaintext

# Rust
/target
# SQLite database
*.db
*.sqlite
# Secrets
.env
# Editors
.vscode
.vs
.fleet