This commit is contained in:
bumpsoo 2025-06-16 15:58:45 +09:00
commit fcaaa2d1f5
7 changed files with 3473 additions and 0 deletions

24
.gitignore vendored Normal file
View file

@ -0,0 +1,24 @@
# 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