23 lines
170 B
Plaintext
23 lines
170 B
Plaintext
# Rust
|
|
/target
|
|
Cargo.lock
|
|
|
|
# IDE
|
|
.vscode/
|
|
.idea/
|
|
*.swp
|
|
*.swo
|
|
*~
|
|
|
|
# OS
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Config files with secrets
|
|
*.local.toml
|
|
*-local.toml
|
|
|
|
# Logs
|
|
*.log
|
|
|
|
loki-data/ |