first commit
This commit is contained in:
42
文档润色流和知识库构建流/claude-scholar/.gitignore
vendored
Normal file
42
文档润色流和知识库构建流/claude-scholar/.gitignore
vendored
Normal file
@@ -0,0 +1,42 @@
|
||||
# Claude Configuration Git Ignore
|
||||
|
||||
# System files
|
||||
.DS_Store
|
||||
Thumbs.db
|
||||
|
||||
# Sensitive and local configuration
|
||||
.env
|
||||
.env.local
|
||||
.mcp.json
|
||||
settings*.json
|
||||
settings*.json.bak
|
||||
*.backup
|
||||
|
||||
# History and session data
|
||||
history.jsonl
|
||||
session-env/
|
||||
shell-snapshots/
|
||||
file-history/
|
||||
|
||||
# Cache and temporary files
|
||||
cache/
|
||||
debug/
|
||||
downloads/
|
||||
ide/
|
||||
logs/
|
||||
paste-cache/
|
||||
todos/
|
||||
|
||||
# Telemetry and statistics
|
||||
telemetry/
|
||||
stats-cache.json
|
||||
statsig/
|
||||
|
||||
# Other temporary files
|
||||
docs/
|
||||
plan/
|
||||
plans/
|
||||
projects/
|
||||
temp/
|
||||
tasks/
|
||||
teams/
|
||||
Reference in New Issue
Block a user