chore: add .gitignore and untrack internal Claude dev notes

- Add .gitignore covering node_modules, .idea, credential files
- Untrack docs/claude/LESSONS_LEARNED.md and OPENCLAW_PLUGIN_DEV.md
  (internal dev notes, not part of the plugin repo)

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
h z
2026-04-11 21:28:56 +01:00
parent 07a0f06e2e
commit 6ae795eea8
2 changed files with 10 additions and 478 deletions

10
.gitignore vendored Normal file
View File

@@ -0,0 +1,10 @@
# Internal Claude dev notes — not for repo
docs/claude/LESSONS_LEARNED.md
docs/claude/OPENCLAW_PLUGIN_DEV.md
# Credentials and tokens
CLAUDE_CONTRACTOR_TEST_TOKEN
# IDE
.idea/