mirror of
https://github.com/openclaw/lobster.git
synced 2026-08-14 00:48:09 +00:00
24 lines
214 B
Plaintext
24 lines
214 B
Plaintext
# Dependencies
|
|
node_modules/
|
|
|
|
# Build output
|
|
dist/
|
|
|
|
# Lobster state
|
|
.lobster/
|
|
.lobster-cache/
|
|
.pnpm-store/
|
|
|
|
# Private docs
|
|
clawdbot_enhancement.md
|
|
|
|
# OS files
|
|
.DS_Store
|
|
|
|
# Logs
|
|
*.log
|
|
|
|
# Environment
|
|
.env
|
|
.env.local
|