Create Dockerfile
This commit is contained in:
35
.dockerignore
Normal file
35
.dockerignore
Normal file
@@ -0,0 +1,35 @@
|
||||
# Git
|
||||
.git
|
||||
.gitignore
|
||||
README.md
|
||||
LICENSE
|
||||
|
||||
# Rust
|
||||
server/target/
|
||||
**/*.rs.bk
|
||||
|
||||
# Node.js
|
||||
webui/node_modules/
|
||||
webui/dist/
|
||||
webui/.vite/
|
||||
|
||||
# IDE
|
||||
.vscode/
|
||||
.idea/
|
||||
*.swp
|
||||
*.swo
|
||||
|
||||
# OS
|
||||
.DS_Store
|
||||
Thumbs.db
|
||||
|
||||
# Logs
|
||||
*.log
|
||||
server/data/logs/
|
||||
|
||||
# Database (for development)
|
||||
server/data/db/*.db
|
||||
server/data/backups/
|
||||
|
||||
# Cache
|
||||
.cache/
|
Reference in New Issue
Block a user