144 lines
1.4 KiB
Plaintext
144 lines
1.4 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
|
|
|
|
|
|
*.DS_Store
|
|
|
|
**/certificates/
|
|
**/node_modules/
|
|
**/dist/
|
|
**/.next/
|
|
**/.vercel/
|
|
**/.DS_Store
|
|
**/.env*
|
|
tests/
|
|
!server/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/
|
|
|
|
# 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
|
|
|
|
|
|
shared/drizzle
|
|
|
|
|
|
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
|
|
.opencode/skills/
|
|
AGENTS.md |