Initial commit: OpenClaw configuration and Jarvis workspace
This commit is contained in:
22
.gitignore
vendored
Normal file
22
.gitignore
vendored
Normal file
@@ -0,0 +1,22 @@
|
||||
# Sensitive OpenClaw files
|
||||
credentials/
|
||||
*.key
|
||||
*.pem
|
||||
*.env
|
||||
.env*
|
||||
|
||||
# Private session logs that might contain sensitive info
|
||||
session-logs/
|
||||
logs/
|
||||
|
||||
# Budget tracking (contains spending info)
|
||||
budget-tracker.json
|
||||
|
||||
# Any files with secrets or tokens
|
||||
*secret*
|
||||
*token*
|
||||
*password*
|
||||
|
||||
# Backup files
|
||||
*.bak
|
||||
*~
|
||||
Reference in New Issue
Block a user