mirror of
https://github.com/qwibitai/nanoclaw.git
synced 2026-06-04 10:14:47 +08:00
163f5700a5
Add .pnpm-store/ to .gitignore — pnpm creates this when running in sandbox mode with restricted network/filesystem access. Also commit whatsapp.ts formatting change from prettier pre-commit hook.
41 lines
535 B
Plaintext
41 lines
535 B
Plaintext
# Dependencies
|
|
node_modules/
|
|
.npm-cache/
|
|
# pnpm content-addressable store (created when running in sandbox mode)
|
|
.pnpm-store/
|
|
# 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
|
|
|
|
# Temp files
|
|
.tmp-*
|
|
|
|
# OS
|
|
.DS_Store
|
|
|
|
# IDE
|
|
.idea/
|
|
.vscode/
|
|
|
|
# Skills system (local per-installation state)
|
|
.nanoclaw/
|
|
|
|
agents-sdk-docs
|