erp-construccion-backend-v2/.gitignore
Adrian Flores Cortes 0522c34655 chore: Add nul to .gitignore (Windows artifact)
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-05 23:23:50 -06:00

47 lines
414 B
Plaintext

# Dependencies
node_modules/
package-lock.json
yarn.lock
pnpm-lock.yaml
# Build
dist/
build/
.next/
# Environment
.env
.env.local
.env.*.local
.env.development
.env.test
.env.production
# IDE
.idea/
.vscode/
*.swp
*.swo
.DS_Store
# Logs
logs/
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
# Testing
coverage/
.nyc_output/
# TypeScript
*.tsbuildinfo
tsconfig.tsbuildinfo
# Misc
.cache/
tmp/
temp/
nul