mobile app phase 1
This commit is contained in:
@@ -0,0 +1,47 @@
|
||||
# dependencies
|
||||
node_modules
|
||||
npm-debug.log*
|
||||
|
||||
# next.js
|
||||
.next/
|
||||
out/
|
||||
|
||||
# misc
|
||||
.DS_Store
|
||||
*.pem
|
||||
coverage/
|
||||
|
||||
# env files
|
||||
.env*
|
||||
!.env.example
|
||||
|
||||
# vercel
|
||||
.vercel
|
||||
|
||||
# typescript
|
||||
*.tsbuildinfo
|
||||
next-env.d.ts
|
||||
|
||||
# IDE / editors
|
||||
.idea/
|
||||
.vscode/
|
||||
.zed/
|
||||
.claude/
|
||||
|
||||
# git
|
||||
.git/
|
||||
.gitignore
|
||||
|
||||
# docker
|
||||
Dockerfile
|
||||
docker-compose.yml
|
||||
.dockerignore
|
||||
|
||||
# docs
|
||||
AGENTS.md
|
||||
CLAUDE.md
|
||||
CHECKLIST.md
|
||||
REWRITE_PLAN.md
|
||||
|
||||
# tests
|
||||
vitest.config.ts
|
||||
Reference in New Issue
Block a user