* Updates .dockerignore to exclude /.git/, /.gitignore, and /target/ to optimize the build context transfer since switching to local ref. * Standardizes both files with leading and trailing slashes for increased precision (root-anchoring and directory targeting). * Organizes entries alphabetically to improve maintainability.
6 lines
57 B
Text
6 lines
57 B
Text
*.bk
|
|
*.out.png
|
|
.DS_Store
|
|
/.idea/
|
|
/node_modules/
|
|
/target/
|