* 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.
7 lines
87 B
Text
7 lines
87 B
Text
/.editorconfig
|
|
/.git/
|
|
/.github/
|
|
/.gitignore
|
|
/.pre-commit-hooks.yaml
|
|
/scripts/
|
|
/target/
|