spoticord/.gitignore

14 lines
93 B
Plaintext

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