Files
crabwalk/.gitignore
T
luccast 6ccd394838 Add persistence feature to monitor
- 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.
2026-01-26 20:25:12 -05:00

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/