mirror of
https://github.com/siteboon/claudecodeui.git
synced 2026-01-22 17:37:34 +00:00
58 lines
556 B
Plaintext
58 lines
556 B
Plaintext
|
|
*.md
|
|
!README.md
|
|
.env*
|
|
.gitignore
|
|
.nvmrc
|
|
.release-it.json
|
|
release.sh
|
|
postcss.config.js
|
|
vite.config.js
|
|
tailwind.config.js
|
|
|
|
# Database files
|
|
authdb/
|
|
*.db
|
|
*.sqlite
|
|
*.sqlite3
|
|
|
|
|
|
# IDE and editor files
|
|
.vscode/
|
|
.idea/
|
|
*.swp
|
|
*.swo
|
|
*~
|
|
|
|
# OS generated files
|
|
.DS_Store
|
|
.DS_Store?
|
|
._*
|
|
.Spotlight-V100
|
|
.Trashes
|
|
ehthumbs.db
|
|
Thumbs.db
|
|
|
|
# AI specific
|
|
.claude/
|
|
.cursor/
|
|
.roo/
|
|
.taskmaster/
|
|
.cline/
|
|
.windsurf/
|
|
.serena/
|
|
CLAUDE.md
|
|
.mcp.json
|
|
|
|
|
|
# Task files
|
|
tasks.json
|
|
tasks/
|
|
|
|
# Environment variables
|
|
.env
|
|
.env.local
|
|
.env.development.local
|
|
.env.test.local
|
|
.env.production.local
|