36 lines
429 B
Plaintext
36 lines
429 B
Plaintext
# Dependencies
|
|
node_modules/
|
|
.npm-cache/
|
|
# Build output
|
|
dist/
|
|
|
|
# Local data & auth
|
|
store/
|
|
data/
|
|
logs/
|
|
|
|
# Groups - only track base structure and specific CLAUDE.md files
|
|
groups/*
|
|
!groups/main/
|
|
!groups/global/
|
|
groups/main/*
|
|
groups/global/*
|
|
!groups/main/CLAUDE.md
|
|
!groups/global/CLAUDE.md
|
|
|
|
# Secrets
|
|
*.keys.json
|
|
.env
|
|
|
|
# OS
|
|
.DS_Store
|
|
|
|
# IDE
|
|
.idea/
|
|
.vscode/
|
|
|
|
# Skills system (local per-installation state)
|
|
.nanoclaw/
|
|
|
|
agents-sdk-docs
|