issue # nestjs 로 초기화

This commit is contained in:
geonhee-min
2025-11-21 15:18:37 +09:00
parent ce50a53256
commit 0170421d16
57 changed files with 2483 additions and 143 deletions

15
.gitignore vendored
View File

@@ -5,14 +5,24 @@ yarn-error.log*
package-lock.json
yarn.lock
.pnp.*
.pnp.loader.mjs
.yarn/install-state.gz
# TypeScript
dist/
build/
*.tsbuildinfo
# 환경 변수
# .env
# .env.*.local
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*
# IDE / OS
.vscode/
.idea/
@@ -30,4 +40,7 @@ Thumbs.db
# Logs
logs/
*.log
*.log
.cache/
.eslintcache