Add dockerignore for build context
This commit is contained in:
@@ -0,0 +1,19 @@
|
|||||||
|
node_modules
|
||||||
|
build
|
||||||
|
dist
|
||||||
|
*.apk
|
||||||
|
*.aab
|
||||||
|
*.idsig
|
||||||
|
.android
|
||||||
|
.gradle
|
||||||
|
.vscode
|
||||||
|
.idea
|
||||||
|
.DS_Store
|
||||||
|
npm-debug.log*
|
||||||
|
yarn-error.log*
|
||||||
|
.pnpm-store
|
||||||
|
.cache
|
||||||
|
coverage
|
||||||
|
.env
|
||||||
|
.env.*
|
||||||
|
.git
|
||||||
Reference in New Issue
Block a user