chore: update .dockerignore
This commit is contained in:
parent
e3c11cce16
commit
31f7728602
1 changed files with 6 additions and 0 deletions
|
@ -1,3 +1,9 @@
|
||||||
.git
|
.git
|
||||||
.cache
|
.cache
|
||||||
app/node_modules
|
app/node_modules
|
||||||
|
app/client/src
|
||||||
|
app/scripts
|
||||||
|
app/.*
|
||||||
|
app/*.sample
|
||||||
|
app/client/tsconfig.json
|
||||||
|
app/CHANGELOG.md
|
||||||
|
|
Loading…
Reference in a new issue