* 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>
22 lines
273 B
Text
22 lines
273 B
Text
# Ignore shadcn UI components
|
|
src/components/ui/
|
|
apps/*/components/ui/
|
|
|
|
# Build and dist directories
|
|
out/
|
|
.vite/
|
|
dist/
|
|
build/
|
|
.next/
|
|
|
|
# Dependencies
|
|
node_modules/
|
|
|
|
# Generated files
|
|
*.log
|
|
*.lock
|
|
package-lock.json
|
|
.contentlayer
|
|
.content-collections
|
|
.source
|
|
routeTree.gen.ts
|