mirror of
https://github.com/crabwise-ai/crabwalk.git
synced 2026-08-14 00:57:52 +00:00
- Removed font size and line height from .font-console in styles.css for cleaner typography. - Updated version number from v3.0 to v1.0.1 in SettingsPanel and Home components for consistency. - Added .tanstack/tmp/* to .gitignore to prevent tracking of temporary files in the TanStack directory.
37 lines
311 B
Plaintext
37 lines
311 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/*
|