mirror of
https://github.com/germondai/trawl.git
synced 2026-08-17 12:11:23 +02:00
fix(docker): add .dockerignore to web and docs to exclude node_modules from build context
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
node_modules
|
||||
.vitepress/dist
|
||||
.vitepress/cache
|
||||
*.log
|
||||
@@ -0,0 +1,5 @@
|
||||
node_modules
|
||||
.nuxt
|
||||
.output
|
||||
dist
|
||||
*.log
|
||||
Reference in New Issue
Block a user