wip
This commit is contained in:
36
.gitignore
vendored
36
.gitignore
vendored
@@ -1,2 +1,34 @@
|
||||
target
|
||||
.env
|
||||
# Rust
|
||||
target/
|
||||
Cargo.lock
|
||||
|
||||
# IDE
|
||||
.vscode/
|
||||
.idea/
|
||||
*.swp
|
||||
*.swo
|
||||
*~
|
||||
|
||||
# Environment variables
|
||||
.env
|
||||
.env.local
|
||||
.env.production
|
||||
|
||||
# Logs
|
||||
*.log
|
||||
monitoring.log
|
||||
|
||||
# OS
|
||||
.DS_Store
|
||||
Thumbs.db
|
||||
|
||||
# Backup files
|
||||
*.bak
|
||||
*.backup
|
||||
|
||||
# Documentation builds
|
||||
docs/book/
|
||||
|
||||
# Coverage reports
|
||||
lcov.info
|
||||
coverage/
|
||||
Reference in New Issue
Block a user