Files
genome2025/frontend/.gitignore
2025-12-15 09:36:25 +09:00

77 lines
1.6 KiB
Plaintext

# ==============================================
# Dependencies
# ==============================================
/node_modules
/.pnp
.pnp.*
.yarn/*
!.yarn/patches
!.yarn/plugins
!.yarn/releases
!.yarn/versions
package-lock.json
# ==============================================
# Build Output
# ==============================================
/.next/
/out/
/build
# ==============================================
# Environment Variables (민감정보)
# ==============================================
.env
.env.local
.env.development.local
.env.test.local
.env.production.local
# .env.example은 커밋 가능
# ==============================================
# Testing
# ==============================================
/coverage
# ==============================================
# IDE & Editors
# ==============================================
/.idea
.vscode/*
!.vscode/settings.json
!.vscode/tasks.json
!.vscode/launch.json
!.vscode/extensions.json
# ==============================================
# OS Files
# ==============================================
.DS_Store
Thumbs.db
*.pem
# ==============================================
# Debug Logs
# ==============================================
npm-debug.log*
yarn-debug.log*
yarn-error.log*
.pnpm-debug.log*
# ==============================================
# Vercel
# ==============================================
.vercel
# ==============================================
# TypeScript
# ==============================================
*.tsbuildinfo
next-env.d.ts
# ==============================================
# Misc
# ==============================================
.temp
.tmp