mirror of
https://github.com/CherryHQ/cherry-studio.git
synced 2026-07-04 05:00:00 +08:00
Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com> Signed-off-by: eeee0717 <chentao020717Work@outlook.com>
92 lines
1.1 KiB
Plaintext
92 lines
1.1 KiB
Plaintext
# Logs
|
|
logs
|
|
*.log*
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
pnpm-debug.log*
|
|
lerna-debug.log*
|
|
.yarn-cache
|
|
|
|
# Editor directories and files
|
|
.vscode/*
|
|
!.vscode/extensions.json
|
|
.idea
|
|
.DS_Store
|
|
*.suo
|
|
*.ntvs*
|
|
*.njsproj
|
|
*.sln
|
|
*.sw?
|
|
|
|
# Yarn
|
|
.pnp.*
|
|
.yarn/*
|
|
!.yarn/patches
|
|
!.yarn/plugins
|
|
!.yarn/releases
|
|
!.yarn/sdks
|
|
!.yarn/versions
|
|
|
|
# Windows
|
|
Thumbs.db
|
|
|
|
# Project
|
|
node_modules
|
|
.pnpm-store/
|
|
dist
|
|
out
|
|
mcp_server
|
|
stats.html
|
|
.eslintcache
|
|
# Downloaded native binaries (mise, etc.)
|
|
resources/binaries/
|
|
|
|
# ENV
|
|
.env
|
|
.env.*
|
|
!.env.example
|
|
|
|
# Local
|
|
local
|
|
.aider*
|
|
.cursorrules
|
|
.cursor/*
|
|
.claude/*
|
|
!.claude/skills/
|
|
!.claude/skills/**
|
|
.gemini/*
|
|
.qwen/*
|
|
.trae/*
|
|
.claude-code-router/*
|
|
.codebuddy/*
|
|
.antigravitycli/*
|
|
.zed/*
|
|
!.zed/settings.json.example
|
|
CLAUDE.local.md
|
|
AGENTS.override.md
|
|
|
|
# vitest
|
|
coverage
|
|
.vitest-cache
|
|
vitest.config.*.timestamp-*
|
|
.context/vitest-temp/
|
|
|
|
# TanStack Router (generated code-splitting cache)
|
|
.tanstack/
|
|
|
|
# TypeScript incremental build
|
|
.tsbuildinfo
|
|
|
|
# Icon generation cache
|
|
.icons-hash.json
|
|
|
|
# playwright
|
|
playwright-report
|
|
test-results
|
|
|
|
YOUR_MEMORY_FILE_PATH
|
|
|
|
.sessions/
|
|
.devtools
|