chore: update .dockerignore to exclude additional build artifacts
- Added entries to .dockerignore for Rust/Tauri client build artifacts and Node modules to prevent unnecessary files from being included in Docker images. - Improved organization of ignored files for better clarity.
This commit is contained in:
@@ -28,6 +28,14 @@ spikes/
|
||||
.spikes/
|
||||
.spike_cache/
|
||||
|
||||
# Client build artifacts (Rust/Tauri)
|
||||
client/src-tauri/target/
|
||||
**/target/
|
||||
|
||||
# Node modules
|
||||
client/node_modules/
|
||||
**/node_modules/
|
||||
|
||||
# IDE / Devcontainer
|
||||
.devcontainer/
|
||||
.vscode/
|
||||
|
||||
Reference in New Issue
Block a user