This commit is contained in:
@@ -0,0 +1,28 @@
|
||||
# Build artifacts
|
||||
target/
|
||||
*.rs.bk
|
||||
|
||||
# Version control
|
||||
.git/
|
||||
.gitignore
|
||||
|
||||
# IDE
|
||||
.idea/
|
||||
.vscode/
|
||||
*.swp
|
||||
|
||||
# CI
|
||||
.github/
|
||||
.forgejo/
|
||||
|
||||
# Documentation
|
||||
*.md
|
||||
!README.md
|
||||
|
||||
# Tests (keep for build cache, exclude from runtime)
|
||||
tests/
|
||||
fixtures/
|
||||
|
||||
# Logs
|
||||
log/
|
||||
*.log
|
||||
Reference in New Issue
Block a user