mirror of
https://github.com/dtzp555-max/ocm.git
synced 2026-07-19 09:43:37 +00:00
chore: add MIT LICENSE and harden gitignore
This commit is contained in:
+14
-1
@@ -1,6 +1,19 @@
|
||||
# Local configuration (machine-specific paths, do not commit)
|
||||
manager-config.json
|
||||
|
||||
# Env files / secrets (never commit)
|
||||
.env
|
||||
.env.*
|
||||
!.env.example
|
||||
|
||||
# Credentials / keys (never commit)
|
||||
credentials/
|
||||
**/credentials/
|
||||
*.pem
|
||||
*.key
|
||||
id_rsa
|
||||
id_ed25519
|
||||
|
||||
# OpenClaw config backups
|
||||
*.bak
|
||||
*.bak.*
|
||||
@@ -27,4 +40,4 @@ Desktop.ini
|
||||
node_modules/
|
||||
npm-debug.log*
|
||||
yarn-error.log*
|
||||
.env.local
|
||||
|
||||
|
||||
Reference in New Issue
Block a user