Add dockerignore for build context

This commit is contained in:
beatz174-bit
2025-11-23 10:43:28 +10:00
parent a7cd402c34
commit bd913d7479
+19
View File
@@ -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