chore: improve .gitignore
This commit is contained in:
20
.gitignore
vendored
20
.gitignore
vendored
@@ -1 +1,21 @@
|
|||||||
|
# Rust
|
||||||
/target
|
/target
|
||||||
|
Cargo.lock
|
||||||
|
|
||||||
|
# IDE
|
||||||
|
.vscode/
|
||||||
|
.idea/
|
||||||
|
*.swp
|
||||||
|
*.swo
|
||||||
|
*~
|
||||||
|
|
||||||
|
# OS
|
||||||
|
.DS_Store
|
||||||
|
Thumbs.db
|
||||||
|
|
||||||
|
# Config files with secrets
|
||||||
|
*.local.toml
|
||||||
|
*-local.toml
|
||||||
|
|
||||||
|
# Logs
|
||||||
|
*.log
|
||||||
|
|||||||
Reference in New Issue
Block a user