chore: initialize project with bun and typescript

This commit is contained in:
YeonGyu-Kim
2025-12-03 11:49:13 +09:00
parent 5b0cb53f3d
commit 15068ee382
4 changed files with 157 additions and 0 deletions

27
.gitignore vendored Normal file
View File

@@ -0,0 +1,27 @@
# Dependencies
node_modules/
# Build output
dist/
# IDE
.idea/
.vscode/
*.swp
*.swo
# OS
.DS_Store
Thumbs.db
# Logs
*.log
npm-debug.log*
# Lock files (use bun.lockb instead)
package-lock.json
yarn.lock
# Environment
.env
.env.local