Files
test-2026-02-05-v1/.gitignore
2026-01-28 18:34:47 +01:00

43 lines
371 B
Plaintext

# Dependencies
node_modules/
.pnp/
.pnp.js
# Build
.next/
out/
build/
dist/
# Environment
.env
.env.local
.env.development.local
.env.test.local
.env.production.local
# Debug
npm-debug.log*
yarn-debug.log*
yarn-error.log*
# IDE
.idea/
.vscode/
*.swp
*.swo
.DS_Store
# TypeScript
*.tsbuildinfo
next-env.d.ts
# Testing
coverage/
# Misc
*.log
*.pid
*.seed
*.pid.lock