mirror of
https://github.com/wassname/.tweakcc.git
synced 2026-06-27 16:58:37 +08:00
chore(gitignore): ignore Claude Code sandbox phantom files
bwrap sandbox creates 0-byte read-only bind mount stubs in CWD. Known bug: https://github.com/anthropics/claude-code/issues/17087 Global gitignore handles dotfiles; repo gitignore handles git-internal names. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -10,3 +10,12 @@ system-prompts/*.diff.html
|
|||||||
config.json
|
config.json
|
||||||
.claude/
|
.claude/
|
||||||
docs/
|
docs/
|
||||||
|
|
||||||
|
# Claude Code sandbox phantom files (repo-specific, too generic for global ignore)
|
||||||
|
# https://github.com/anthropics/claude-code/issues/17087
|
||||||
|
.gitmodules
|
||||||
|
HEAD
|
||||||
|
config
|
||||||
|
hooks
|
||||||
|
objects
|
||||||
|
refs
|
||||||
|
|||||||
Reference in New Issue
Block a user