tweak dockerfile

This commit is contained in:
dal 2025-03-18 22:55:38 -06:00
parent 1f6b2e4508
commit 800279b21e
No known key found for this signature in database
GPG Key ID: 16F4B0E1E9F61122
1 changed files with 0 additions and 41 deletions

View File

@ -1,41 +0,0 @@
# Git
.git
.gitignore
# Rust
target/
**/*.rs.bk
Cargo.lock
# IDE
.idea/
.vscode/
*.swp
*.swo
# Debug files
*.pdb
*.dSYM/
# Test files
tests/
*.test
*.spec
# Documentation
docs/
*.md
!README.md
# Development configs
.env
.env.*
!.env.example
# Docker
Dockerfile
.dockerignore
# Misc
*.log
.DS_Store