claude init inited
This commit is contained in:
52
.gitignore
vendored
Normal file
52
.gitignore
vendored
Normal file
@@ -0,0 +1,52 @@
|
||||
# === Claude ===
|
||||
# 设备绑定配置,不同机器需独立生成
|
||||
.claude/settings.local.json
|
||||
|
||||
# Hook 运行态标记(仅影响本地会话)
|
||||
.claude/changelog/.changelog-ack
|
||||
.claude/.pending-init
|
||||
|
||||
# claude-init 临时产物
|
||||
.claude/_init-backup/
|
||||
.claude/_gitignore-preview
|
||||
|
||||
# === OS: Windows ===
|
||||
Thumbs.db
|
||||
Thumbs.db:encryptable
|
||||
ehthumbs.db
|
||||
ehthumbs_vista.db
|
||||
Desktop.ini
|
||||
$RECYCLE.BIN/
|
||||
*.stackdump
|
||||
*.lnk
|
||||
|
||||
# === IDE ===
|
||||
.vscode/*
|
||||
!.vscode/settings.json
|
||||
!.vscode/tasks.json
|
||||
!.vscode/launch.json
|
||||
!.vscode/extensions.json
|
||||
!.vscode/*.code-snippets
|
||||
.history/
|
||||
*.vsix
|
||||
|
||||
.idea/
|
||||
*.iml
|
||||
*.ipr
|
||||
*.iws
|
||||
.idea_modules/
|
||||
|
||||
.vs/
|
||||
*.user
|
||||
*.suo
|
||||
*.userprefs
|
||||
|
||||
*.swp
|
||||
*.swo
|
||||
*.swn
|
||||
Session.vim
|
||||
.netrwhist
|
||||
*~
|
||||
|
||||
# === Custom ===
|
||||
# 在此段追加项目专属需要忽略的路径
|
||||
Reference in New Issue
Block a user