oxipng/.dockerignore
vlakoff e3eff7061f
Optimize .dockerignore and .gitignore for local context
* 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.
2026-04-30 00:47:51 +02:00

7 lines
87 B
Text

/.editorconfig
/.git/
/.github/
/.gitignore
/.pre-commit-hooks.yaml
/scripts/
/target/