24 lines
245 B
Text
24 lines
245 B
Text
# Node.js 관련
|
|
node_modules/
|
|
dist/
|
|
.env
|
|
|
|
# TypeScript
|
|
*.tsbuildinfo
|
|
|
|
# VSCode 및 에디터 설정
|
|
.vscode/
|
|
.idea/
|
|
|
|
# macOS
|
|
.DS_Store
|
|
|
|
# 로그 파일
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
pnpm-debug.log*
|
|
|
|
# 환경별 설정
|
|
*.local
|
|
|