mirror of
https://github.com/dtzp555-max/ocm.git
synced 2026-07-19 09:43:37 +00:00
31 lines
351 B
Plaintext
31 lines
351 B
Plaintext
# Local configuration (machine-specific paths, do not commit)
|
|
manager-config.json
|
|
|
|
# OpenClaw config backups
|
|
*.bak
|
|
*.bak.*
|
|
*.v*.bak.js
|
|
|
|
# Temporary / build
|
|
/tmp/
|
|
*.tar.gz
|
|
|
|
# macOS
|
|
.DS_Store
|
|
.AppleDouble
|
|
.LSOverride
|
|
|
|
# Windows
|
|
Thumbs.db
|
|
ehthumbs.db
|
|
Desktop.ini
|
|
|
|
# Linux
|
|
*~
|
|
|
|
# Node (just in case)
|
|
node_modules/
|
|
npm-debug.log*
|
|
yarn-error.log*
|
|
.env.local
|