tomodachi-share/.gitignore
Lepre-CHAU-n 13b2bef574 feat: mii edit UX, a11y fixes, and frontend unit tests
- API: return success message on mii edit
- FE: flash banner + helpers, submit response helper, Vitest
- A11y: labels, alt text, banner close; css checkerboard class
- DX: root tsconfig refs, strict/tsconfig, next dev --webpack

Made-with: Cursor
2026-04-29 00:25:17 -07:00

49 lines
630 B
Text

# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
# dependencies
node_modules/
/.pnp
.pnp.*
.yarn/*
!.yarn/patches
!.yarn/plugins
!.yarn/releases
!.yarn/versions
# testing
/coverage
# next.js
.next/
backend/out/
certificates/
# production
/build
# misc
.DS_Store
*.pem
# Cursor IDE (local/agent rules — do not ship unless team chooses to share)
.cursor/
# debug
npm-debug.log*
yarn-debug.log*
yarn-error.log*
.pnpm-debug.log*
# env files (can opt-in for committing if needed)
.env*
!.env.example
# vercel
.vercel
# typescript
*.tsbuildinfo
next-env.d.ts
# tomodachi-share
uploads/