hensei-web/.gitignore
Devin AI 092cf5b65c Low-risk cleanup: remove unused imports, add .next to gitignore, fix auth types, remove test routes
- Remove unused snakeToCamel/camelToSnake imports from base.adapter.ts
- Add /.next to .gitignore (stale Next.js artifact in SvelteKit project)
- Create UserInfoResponse type in oauth.ts and fix broken import in map.ts
- Remove test/example routes: test/, test-sidebar/, components/examples/

Co-Authored-By: Justin Edmund <justin@jedmund.com>
2025-11-28 19:20:11 +00:00

39 lines
360 B
Text

node_modules
# Output
.output
.vercel
.netlify
.wrangler
/.svelte-kit
/.next
/build
# OS
.DS_Store
Thumbs.db
# Env
.env
.env.*
!.env.example
!.env.test
# Vite
vite.config.js.timestamp-*
vite.config.ts.timestamp-*
# Paraglide
src/lib/paraglide
*storybook.log
storybook-static
# Assets
static/
# Inlang cache
project.inlang/cache/
# Documentation
docs/