Skip to content

Commit db185b4

Browse files
committed
chore: Claude関連ファイルをGit管理から除外
- CLAUDE.mdに加えて.claude/ディレクトリ全体を.gitignoreに追加 - セキュリティとプライバシーのため、Claude Code固有の設定や ドキュメントをGit管理から除外 - 各開発者がローカルで独自のClaude設定を管理可能に
1 parent 99a6421 commit db185b4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,9 @@
44
# or operating system, you probably want to add a global ignore instead:
55
# git config --global core.excludesfile '~/.gitignore_global'
66

7-
# Ignore CLAUDE.md for now
7+
# Ignore Claude Code related files for security and privacy
88
CLAUDE.md
9+
.claude/
910

1011
# Ignore text file to write news article with internal API:
1112
# https://github.com/coderdojo-japan/coderdojo.jp/pull/1433

0 commit comments

Comments
 (0)