Files
zopu-code/.gitignore
2026-08-04 01:38:48 +05:30

63 lines
672 B
Plaintext

# Dependencies
node_modules
.pnp
.pnp.js
# Build outputs
dist
build
*.tsbuildinfo
# Generated files
apps/web/src/routeTree.gen.ts
# Environment variables live at the repository root
.env
.env*.local
!.env.example
# IDEs and editors
.vscode/*
!.vscode/settings.json
!.vscode/tasks.json
!.vscode/launch.json
!.vscode/extensions.json
.idea
*.swp
*.swo
*~
.DS_Store
# Logs
logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
lerna-debug.log*
.pnpm-debug.log*
# Turbo
.turbo
.nx
# Better-T-Stack
.alchemy
.vercel
# Testing
coverage
.nyc_output
# Misc
*.tgz
.cache
tmp
temp
.env.*
.env*
infra
# Local issue-tracker drafts and agent memory state.
.scratch/
banks/