oxipng/.gitignore
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

6 lines
57 B
Text

*.bk
*.out.png
.DS_Store
/.idea/
/node_modules/
/target/