dockerfile for building release app
This commit is contained in:
37
.dockerignore
Normal file
37
.dockerignore
Normal file
@@ -0,0 +1,37 @@
|
||||
# Rust build artifacts
|
||||
/target
|
||||
**/*.rs.bk
|
||||
|
||||
# Development environment
|
||||
.env
|
||||
.devcontainer
|
||||
.vscode
|
||||
.idea
|
||||
*.swp
|
||||
*.swo
|
||||
|
||||
# Git
|
||||
.git
|
||||
.gitignore
|
||||
.github
|
||||
|
||||
# Documentation and misc
|
||||
README.md
|
||||
LICENSE
|
||||
*.md
|
||||
|
||||
# Generated files
|
||||
embeddings_visualization.html
|
||||
|
||||
# Debug files
|
||||
core
|
||||
*.log
|
||||
|
||||
# Docker files (except Dockerfile which we need)
|
||||
.dockerignore
|
||||
docker-compose*.yml
|
||||
|
||||
# Temporary files
|
||||
*.tmp
|
||||
*.temp
|
||||
*~
|
||||
Reference in New Issue
Block a user