77 lines
1.6 KiB
Plaintext
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
|