171 lines
2.0 KiB
Plaintext
171 lines
2.0 KiB
Plaintext
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
|
|
vite-lfg/
|
|
lfg/
|
|
lfg
|
|
vite-lfg
|
|
/db/
|
|
|
|
start.sh
|
|
supabase.sh
|
|
.wrangler
|
|
todos
|
|
.superpowers
|
|
*.DS_Store
|
|
|
|
**/certificates/
|
|
**/node_modules/
|
|
**/dist/
|
|
**/.next/
|
|
**/.vercel/
|
|
**/.turbo/
|
|
**/.DS_Store
|
|
**/.env*
|
|
tests/
|
|
!server/tests
|
|
!packages/mcp/tests
|
|
!packages/gateway/tests
|
|
!apps/leaf/tests
|
|
!vite/tests
|
|
.secrets
|
|
|
|
# **/.npmrc
|
|
|
|
**/test.nnb
|
|
**/scripts.nnb
|
|
server/test.nnb
|
|
server/src/test.nnb
|
|
|
|
|
|
pull.sh
|
|
# dependencies
|
|
/node_modules
|
|
/.pnp
|
|
.pnp.*
|
|
.yarn/*
|
|
!.yarn/patches
|
|
!.yarn/plugins
|
|
!.yarn/releases
|
|
!.yarn/versions
|
|
|
|
# testing
|
|
/coverage
|
|
|
|
# temporary files
|
|
**/.tmp/
|
|
.tmp/
|
|
|
|
# DB migration artifacts (pg_dump archives, counts, manifests) — contain real data
|
|
.migration-artifacts/
|
|
|
|
# next.js
|
|
/.next/
|
|
/out/
|
|
|
|
# production
|
|
/build
|
|
|
|
# misc
|
|
.DS_Store
|
|
*.pem
|
|
|
|
# debug
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
|
|
# env files (can opt-in for committing if needed)
|
|
.env*
|
|
!.env.example
|
|
|
|
# example env files
|
|
!.env.example
|
|
|
|
# vercel
|
|
.vercel
|
|
|
|
# typescript
|
|
*.tsbuildinfo
|
|
next-env.d.ts
|
|
|
|
*.rdb
|
|
|
|
|
|
run.sh
|
|
commands.sh
|
|
env.sh
|
|
server/env.sh
|
|
server/run.sh
|
|
server/test.sh
|
|
|
|
.dev.vars
|
|
|
|
|
|
|
|
|
|
|
|
|
|
migration.sh
|
|
stat.sh
|
|
|
|
|
|
interview
|
|
# Allow root scripts folder
|
|
!/scripts/
|
|
# But ignore server scripts folder
|
|
/server/scripts/
|
|
|
|
credentials/
|
|
server/chrome
|
|
|
|
|
|
server/autumn.config.ts
|
|
|
|
|
|
.tinyb
|
|
|
|
# Speakeasy SDK logs
|
|
**/.speakeasy/logs/
|
|
|
|
# Speakeasy
|
|
others/python-sdk/docs
|
|
packages/sdk/docs
|
|
|
|
TAKEHOME.md
|
|
|
|
|
|
.openlogs
|
|
|
|
|
|
# project context (personal working state)
|
|
# .context/
|
|
|
|
# ai-sync: generated files (source of truth is ai/)
|
|
.cursor/
|
|
.claude/
|
|
.codex/
|
|
.agents/
|
|
.mcp.json
|
|
AGENTS.md
|
|
|
|
server/.turbo
|
|
|
|
.trigger
|
|
.context
|
|
.opencode/
|
|
|
|
./AGENTS.md
|
|
./CLAUDE.md
|
|
|
|
notes.txt
|
|
server/experiments/results/*
|
|
!server/experiments/results/.gitkeep
|
|
|
|
# Leaf contract fixtures are synced from private S3.
|
|
apps/leaf/contracts/
|
|
|
|
# Leaf harness (Claude Code) per-thread workspaces and config dirs.
|
|
apps/leaf/.harness/
|
|
|
|
# Built sandbox runner bundle (produced by sandbox/buildRunner.ts).
|
|
apps/leaf/src/harness/claudeCode/runner/runner.mjs
|