Fix Docker build by including apps/shared and vendor/a2ui
This commit is contained in:
parent
3b0c80ce24
commit
0f6d9e3cb6
@ -15,6 +15,7 @@
|
||||
*.mov
|
||||
*.wav
|
||||
*.mp3
|
||||
|
||||
node_modules
|
||||
**/node_modules
|
||||
.pnpm-store
|
||||
@ -38,11 +39,20 @@ apps/macos/.build
|
||||
apps/ios/build
|
||||
**/*.trace
|
||||
|
||||
# large app trees not needed for CLI build
|
||||
apps/
|
||||
# ignore ONLY large platform apps (not shared)
|
||||
apps/android/
|
||||
apps/ios/
|
||||
apps/macos/
|
||||
|
||||
# DO NOT ignore apps/shared (required for build)
|
||||
# apps/shared/
|
||||
|
||||
# DO NOT ignore vendor (required for A2UI)
|
||||
# vendor/
|
||||
|
||||
# other unnecessary folders
|
||||
assets/
|
||||
Peekaboo/
|
||||
Swabble/
|
||||
Core/
|
||||
Users/
|
||||
vendor/
|
||||
|
||||
Loading…
Reference in New Issue
Block a user