Fix dockerignore to avoid excluding app files
This commit is contained in:
@@ -25,8 +25,10 @@ test-*.js
|
|||||||
test-*.mjs
|
test-*.mjs
|
||||||
debug-*.js
|
debug-*.js
|
||||||
debug-*.png
|
debug-*.png
|
||||||
*test*
|
test*.js
|
||||||
*debug*
|
test*.mjs
|
||||||
|
debug*.js
|
||||||
|
debug*.png
|
||||||
|
|
||||||
# Cache and temporary files
|
# Cache and temporary files
|
||||||
.cache
|
.cache
|
||||||
|
|||||||
Reference in New Issue
Block a user