Add workspace config: docker build files, agent identity, user config, gitignore
This commit is contained in:
22
.gitignore
vendored
Normal file
22
.gitignore
vendored
Normal file
@@ -0,0 +1,22 @@
|
||||
# Daily notes - ephemeral
|
||||
memory/*.md
|
||||
!memory/.gitkeep
|
||||
|
||||
# Secrets directory - never commit credentials
|
||||
secrets/*
|
||||
!secrets/README.md
|
||||
!secrets/.gitkeep
|
||||
|
||||
# OpenClaw runtime data
|
||||
.openclaw/sessions/
|
||||
.openclaw/logs/
|
||||
|
||||
# Secrets (if any get added later)
|
||||
*.key
|
||||
*.pem
|
||||
.env.local
|
||||
secrets/
|
||||
|
||||
# OS files
|
||||
.DS_Store
|
||||
Thumbs.db
|
||||
Reference in New Issue
Block a user