mirror of
https://github.com/crabwise-ai/crabwalk.git
synced 2026-08-14 00:57:52 +00:00
- Introduced a persistence service to enable data retention across sessions. - Updated SettingsPanel to manage persistence state and actions. - Implemented hydration from server persistence in collections. - Enhanced TRPC router with persistence-related queries and mutations. - Updated monitor page to handle persistence status and actions.
40 lines
337 B
Plaintext
40 lines
337 B
Plaintext
# Dependencies
|
|
node_modules/
|
|
.pnpm-store/
|
|
|
|
# Build outputs
|
|
dist/
|
|
.output/
|
|
.vinxi/
|
|
.vercel/
|
|
.netlify/
|
|
|
|
# Environment
|
|
.env
|
|
.env.*
|
|
!.env.example
|
|
|
|
# IDE
|
|
.idea/
|
|
.vscode/
|
|
*.swp
|
|
*.swo
|
|
|
|
# OS
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Logs
|
|
*.log
|
|
npm-debug.log*
|
|
pnpm-debug.log*
|
|
|
|
# Generated
|
|
src/routeTree.gen.ts
|
|
|
|
documents/*
|
|
.tanstack/tmp/*
|
|
|
|
# Persistence data
|
|
data/
|