Merge pull request #28 from beatz174-bit/codex/add-.dockerignore-to-exclude-non-source-files

Add dockerignore for build context
This commit is contained in:
beatz174-bit
2025-11-23 10:44:06 +10:00
committed by GitHub
+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