learning_ai_invt_trdg/.gitignore
Saravana Achu Mac 6f9c97e80c chore: ignore test reports and pid files
Added scripts/tests/reports/ and *.pid to .gitignore to prevent committing temporary test reports and server pid files.
2026-05-09 14:36:41 -07:00

37 lines
596 B
Plaintext

node_modules
.pnpm-store
dist
build
coverage
.turbo
.next
.expo
.expo-shared
android
ios
web-build
*.log
.DS_Store
.env
.env.local
.env.*.local
backend/bot_state.json
# Lockfile hygiene: this is a pnpm workspace — only the root pnpm-lock.yaml
# is committed. npm-style or per-package pnpm lockfiles inside subpackages
# get out of sync with the root and break CI.
backend/pnpm-lock.yaml
backend/package-lock.json
web/pnpm-lock.yaml
web/package-lock.json
mobile/pnpm-lock.yaml
mobile/package-lock.json
# Claude Code session metadata
.claude/
.tmp/
# Test reports
scripts/tests/reports/
*.pid