htmgo/examples/todo-list/.dockerignore

11 lines
130 B
Text
Raw Permalink Normal View History

2024-09-23 02:33:22 +00:00
# Project exclude paths
/tmp/
node_modules/
dist/
js/dist
js/node_modules
go.work
go.work.sum
.idea
2024-09-24 17:46:17 +00:00
!framework/assets/dist
__htmgo