Set up initial project and files

This commit is contained in:
Young Lee
2025-02-27 14:51:38 -08:00
parent be9d1c0f61
commit 8839aac24b
18 changed files with 1754 additions and 0 deletions
+28
View File
@@ -0,0 +1,28 @@
# Dependencies
node_modules/
package-lock.json
yarn.lock
# Build
dist/
.wrangler/
.dev.vars
# Environment
.env
# IDE
.vscode/
.idea/
*.iml
# Logs
logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
# System
.DS_Store
Thumbs.db