Skip to content

Commit 8fdf758

Browse files
jnMetaCodeclaude
andcommitted
chore: gitignore 补 .DS_Store 与 .codex/
.DS_Store 是 macOS 元数据;.codex/ 是 Codex CLI 工具的项目级目录 (install.sh 也用 .codex/agents/ 作为安装目标)。两者均不应入库。 Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
1 parent a1f13f3 commit 8fdf758

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.gitignore

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
# 转换输出目录(由 scripts/convert.sh 生成)
22
integrations/
33
.claude/
4-
openspec/.DS_Store
4+
.codex/
5+
6+
# macOS
7+
.DS_Store

0 commit comments

Comments
 (0)