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:
10
.gitignore
vendored
Normal file
10
.gitignore
vendored
Normal 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/
|
||||
Reference in New Issue
Block a user