mirror of
https://github.com/hotwa/luci-app-openclaw.git
synced 2026-04-01 05:25:42 +00:00
30 lines
335 B
Plaintext
30 lines
335 B
Plaintext
# Node
|
|
node_modules/
|
|
*.tgz
|
|
|
|
# Build artifacts
|
|
dist/
|
|
*.ipk
|
|
*.run
|
|
|
|
# Offline bundle cache (generated by scripts/download_deps.sh)
|
|
|
|
# Runtime data (contains sensitive API keys / tokens)
|
|
opt/
|
|
|
|
# OS
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Editor
|
|
.vscode/
|
|
*.swp
|
|
*.swo
|
|
*~
|
|
|
|
# Claude Code local settings
|
|
.claude/
|
|
|
|
# Internal notes (not for release)
|
|
docs/notes/
|