feat: add frontend project to repo

This commit is contained in:
2025-07-23 04:24:47 +00:00
parent 3c161bca51
commit 7abed7e634
44 changed files with 18490 additions and 143 deletions

50
frontend/.gitignore vendored Normal file
View File

@@ -0,0 +1,50 @@
# Node dependencies
node_modules/
# Production build output
build/
# Testing
coverage/
# Logs
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*
# Runtime data
pids
*.pid
*.seed
*.pid.lock
# dotenv environment variables
.env
.env.*.local
# Editor settings
.vscode/
.idea/
*.sublime-project
*.sublime-workspace
# OS-specific files
.DS_Store
Thumbs.db
# Tailwind CSS generated output (if not purged correctly)
*.css.map
# Optional build artifacts
dist/
temp/
.cache/
.next/
# TypeScript cache
*.tsbuildinfo
# Storybook files
.out/
.storybook-ou