Add API Server (Go/PocketBase), Web App (Go BFF + Vue), Fly App (Flutter/DJI MSDK), Adobe Plugin, and Docker/Docker AIO deployment configs. Design assets and build artifacts are gitignored. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
16 lines
197 B
Plaintext
16 lines
197 B
Plaintext
# Build artifacts — never send to the build context.
|
|
*.exe
|
|
*.exe~
|
|
server/web-app
|
|
/tmp/
|
|
*.log
|
|
|
|
# Rebuilt inside the image.
|
|
web/node_modules/
|
|
server/dist/
|
|
|
|
# Repo noise.
|
|
.git/
|
|
.gitignore
|
|
README.md
|