mirror of
https://github.com/2949984428/claude-skill-sync.git
synced 2026-07-22 06:55:06 +00:00
13 lines
180 B
Text
13 lines
180 B
Text
# 用户本地设置(含本机 home 路径,不应入库)
|
||
data.json
|
||
|
||
# macOS
|
||
.DS_Store
|
||
|
||
# Editor
|
||
.vscode/
|
||
.idea/
|
||
|
||
# Node(如果以后改成 TS 编译)
|
||
node_modules/
|
||
*.log
|