Files
apress/.gitignore
T
Omar SobhandClaude Opus 4.8 4622f8c409 chore: gitignore the local dev copy of the onboarding zip
public/download/ holds a dev-server copy of apess-onboard.zip (baked cloud
token) so the "Download the board app" button works against the Vite dev
server. Never commit it.

Co-Authored-By: Claude Opus 4.8 <[email protected]>
2026-07-22 18:17:33 -07:00

42 lines
713 B
Plaintext

# Logs
logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*
lerna-debug.log*
node_modules
dist
dist-ssr
*.local
# Fleet onboarding secrets/output (claim codes, FLEET_SECRET, board assignments)
deploy/uno-q/kit-codes/
deploy/uno-q/fleet.csv
deploy/lan/.env
deploy/workshop-llm/.env
# Vendored reference repo (QClaw — its own git repo, never commit) + generated output
/Uno-QClaw/
/qr-sheet.html
# Editor directories and files
.vscode/*
!.vscode/extensions.json
.idea
.DS_Store
*.suo
*.ntvs*
*.njsproj
*.sln
*.sw?
# Distributable artifacts (baked token) — never commit
deploy/download/*.zip
deploy/download/*.tar*
# Local dev copy of the onboarding zip (baked token)
public/download/