0.5.1
This commit is contained in:
33
.dockerignore
Normal file
33
.dockerignore
Normal file
@@ -0,0 +1,33 @@
|
||||
# Rust build artifacts
|
||||
target/
|
||||
**/*.pdb
|
||||
|
||||
# Documentation and development files
|
||||
docs/progress/
|
||||
*.md
|
||||
!README.md
|
||||
|
||||
# Git and version control
|
||||
.git/
|
||||
.gitignore
|
||||
|
||||
# IDE and editor files
|
||||
.vscode/
|
||||
.idea/
|
||||
*.swp
|
||||
*.swo
|
||||
|
||||
# OS specific files
|
||||
.DS_Store
|
||||
Thumbs.db
|
||||
|
||||
# Test and coverage files
|
||||
tests/
|
||||
lcov.info
|
||||
coverage.json
|
||||
|
||||
# Scripts and tools
|
||||
scripts/
|
||||
|
||||
# Large binary assets that aren't needed for build
|
||||
src/*.woff2
|
||||
Reference in New Issue
Block a user