init
This commit is contained in:
commit
fcaaa2d1f5
7 changed files with 3473 additions and 0 deletions
24
.gitignore
vendored
Normal file
24
.gitignore
vendored
Normal 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
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue