27 lines
394 B
Plaintext
27 lines
394 B
Plaintext
# Ignore sensitive and runtime files
|
|
secrets/
|
|
credentials/
|
|
*.log
|
|
*.bak
|
|
*.auto-*
|
|
openclaw.log
|
|
/media/
|
|
node_modules/
|
|
.DS_Store
|
|
/tmp/
|
|
*.pem
|
|
*.key
|
|
/home/*
|
|
|
|
# Ignore SSH private keys (just in case)
|
|
.ssh/*.pem
|
|
.ssh/*.key
|
|
.ssh/*_deploy_ed25519
|
|
|
|
# Ignore workspace build artifacts
|
|
workspace/**/build/
|
|
workspace/**/dist/
|
|
|
|
# Memory files (optional: keep them out of repo if you prefer privacy)
|
|
# memory/
|