* wip: updating settings layout * most issues resolved * settings layout revamped * fix:multiple unrequired toast on formatter settings resolved * feat: updated ai-models tabs to extract common components and logic * chore: formatting fix * chore: code cleanup * fix: forward navigation handling * fix: model selections ux * fix: vocabulary update flow * chore: update lang list * chore: cleanup migrations * fix: invalid drag class on back buttont * chore: swap to tanstack router * fix: history navigation * chore: clean up + models unification * chore: cleanup migrations * refactor: settings deep merges --------- Co-authored-by: amadeus-x1 <45001978+amadeus-x1@users.noreply.github.com>
46 lines
461 B
Text
46 lines
461 B
Text
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
|
|
|
|
# Dependencies
|
|
node_modules
|
|
.pnp
|
|
.pnp.js
|
|
|
|
# Local env files
|
|
.env
|
|
.env.local
|
|
.env.development.local
|
|
.env.test.local
|
|
.env.production.local
|
|
|
|
# Testing
|
|
coverage
|
|
|
|
# Turbo
|
|
.turbo
|
|
|
|
# Vercel
|
|
.vercel
|
|
|
|
# Build Outputs
|
|
.next/
|
|
out/
|
|
build
|
|
dist
|
|
|
|
|
|
# Debug
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
|
|
# Misc
|
|
.DS_Store
|
|
*.pem
|
|
CLAUDE.md
|
|
.serena
|
|
.local
|
|
.claude
|
|
amical.db
|
|
|
|
# Temp files
|
|
/tmp
|