diff options
Diffstat (limited to '.dockerignore')
| -rw-r--r-- | .dockerignore | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/.dockerignore b/.dockerignore new file mode 100644 index 0000000..e190572 --- /dev/null +++ b/.dockerignore @@ -0,0 +1,29 @@ +# Build artifacts +target/ +**/target/ + +# Exclude all models (downloaded at runtime) +makima/models/ + +# Audio files +*.mp3 +*.wav +*.flac +*.ogg + +# IDE +.idea/ +.vscode/ + +# Git +.git/ +.gitignore + +# Documentation +*.md + +# Frontend (not needed for server) +makima/frontend/ + +# Other tools +tools/ |
