chore: split .stignore into shared file for auto-sync

Move ignore patterns to .stignore-shared (syncs across machines).
.stignore becomes a per-machine stub with #include directive.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-04-07 18:06:34 +09:00
parent 9bef34ccab
commit b7f95d3ced
2 changed files with 3 additions and 0 deletions
+3
View File
@@ -1,6 +1,9 @@
# Claude Code # Claude Code
.claude/ .claude/
# Syncthing local stub (each machine has its own; real patterns in .stignore-shared)
.stignore
# Dependencies # Dependencies
node_modules/ node_modules/
jspm_packages/ jspm_packages/
View File