mirror of
https://github.com/dtzp555-max/ocm.git
synced 2026-07-19 09:43:37 +00:00
init
This commit is contained in:
+30
@@ -0,0 +1,30 @@
|
||||
# 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
|
||||
Reference in New Issue
Block a user