75 lines
1.6 KiB
Plaintext
75 lines
1.6 KiB
Plaintext
# ==============================================
|
|
# Dependencies
|
|
# ==============================================
|
|
/node_modules
|
|
|
|
# ==============================================
|
|
# Build Output
|
|
# ==============================================
|
|
/dist
|
|
/build
|
|
|
|
# ==============================================
|
|
# Environment Variables (민감정보)
|
|
# ==============================================
|
|
|
|
# ==============================================
|
|
# Logs
|
|
# ==============================================
|
|
logs
|
|
*.log
|
|
npm-debug.log*
|
|
pnpm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
lerna-debug.log*
|
|
|
|
# ==============================================
|
|
# Testing
|
|
# ==============================================
|
|
/coverage
|
|
/.nyc_output
|
|
|
|
# ==============================================
|
|
# IDE & Editors
|
|
# ==============================================
|
|
/.idea
|
|
.project
|
|
.classpath
|
|
.c9/
|
|
*.launch
|
|
.settings/
|
|
*.sublime-workspace
|
|
.vscode/*
|
|
!.vscode/settings.json
|
|
!.vscode/tasks.json
|
|
!.vscode/launch.json
|
|
!.vscode/extensions.json
|
|
|
|
# ==============================================
|
|
# OS Files
|
|
# ==============================================
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# ==============================================
|
|
# Temp & Runtime
|
|
# ==============================================
|
|
.temp
|
|
.tmp
|
|
pids
|
|
*.pid
|
|
*.seed
|
|
*.pid.lock
|
|
|
|
# ==============================================
|
|
# Diagnostic Reports
|
|
# ==============================================
|
|
report.[0-9]*.[0-9]*.[0-9]*.[0-9]*.json
|
|
|
|
# ==============================================
|
|
# Uploads (로컬 테스트용)
|
|
# ==============================================
|
|
/uploads/*
|
|
!/uploads/.gitkeep
|