Restructure docs/ into architecture/, modules/, and development/ directories. Add thorough documentation for Compass Core platform and HPS Compass modules. Rewrite CLAUDE.md as a lean quick-reference that points to the full docs. Rename files to lowercase, consolidate old docs, add gotchas section. Co-authored-by: Nicholai <nicholaivogelfilms@gmail.com>
41 lines
393 B
Plaintext
Executable File
41 lines
393 B
Plaintext
Executable File
# dependencies
|
|
node_modules/
|
|
|
|
# next.js
|
|
.next/
|
|
out/
|
|
.open-next/
|
|
|
|
# cloudflare
|
|
.wrangler/
|
|
.dev.vars
|
|
|
|
# env
|
|
.env
|
|
.env.local
|
|
.env.*.local
|
|
credentials/
|
|
|
|
# build
|
|
dist/
|
|
|
|
# misc
|
|
.DS_Store
|
|
*.tsbuildinfo
|
|
|
|
# dev tools
|
|
.playwright-mcp
|
|
mobile-ui-references/
|
|
.fuse_*
|
|
|
|
# directories
|
|
tmp/
|
|
references/
|
|
|
|
# capacitor native builds
|
|
ios/App/Pods/
|
|
ios/App/build/
|
|
android/.gradle/
|
|
android/build/
|
|
android/app/build/
|