mirror of
https://github.com/hotwa/luci-app-openclaw.git
synced 2026-03-30 20:25:44 +00:00
25 lines
264 B
Plaintext
25 lines
264 B
Plaintext
# Node
|
|
node_modules/
|
|
*.tgz
|
|
|
|
# Build artifacts
|
|
dist/
|
|
*.ipk
|
|
*.run
|
|
|
|
# Offline bundle cache (generated by scripts/download_deps.sh)
|
|
.offline-cache/
|
|
|
|
# Runtime data (contains sensitive API keys / tokens)
|
|
opt/
|
|
|
|
# OS
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Editor
|
|
.vscode/
|
|
*.swp
|
|
*.swo
|
|
*~
|