compassmock/.gitignore
Nicholai 9c3a19279a
feat(schema): add auth, people, and financial tables (#26)
Add users, organizations, teams, groups, and project
members tables. Extend customers/vendors with netsuite
fields. Add netsuite schema for invoices, bills,
payments, and credit memos. Include all migrations,
seeds, new UI primitives, and config updates.

Co-authored-by: Nicholai <nicholaivogelfilms@gmail.com>
2026-02-04 16:18:39 -07:00

29 lines
241 B
Plaintext
Executable File

# dependencies
node_modules/
# next.js
.next/
out/
.open-next/
# cloudflare
.wrangler/
.dev.vars
# env
.env
.env.local
.env.*.local
# build
dist/
# misc
.DS_Store
*.tsbuildinfo
# dev tools
.playwright-mcp
mobile-ui-references/
.fuse_*