Files
luci-app-openclaw/.gitignore
2026-03-13 14:07:53 +08:00

24 lines
248 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
*~