Fix dockerignore to avoid excluding app files

This commit is contained in:
mindesbunister
2025-07-22 21:53:53 +02:00
parent c24135c91e
commit ef3619627d

View File

@@ -25,8 +25,10 @@ test-*.js
test-*.mjs
debug-*.js
debug-*.png
*test*
*debug*
test*.js
test*.mjs
debug*.js
debug*.png
# Cache and temporary files
.cache