56 lines
647 B
Plaintext
56 lines
647 B
Plaintext
# OpenClaw Workspace Gitignore
|
|
|
|
# Credentials and secrets
|
|
.credentials/
|
|
.env
|
|
*.key
|
|
*.pem
|
|
*.p12
|
|
*.pfx
|
|
|
|
# Temporary files
|
|
temp/
|
|
*.tmp
|
|
*.log
|
|
|
|
# OpenClaw internal
|
|
.openclaw/
|
|
.last-backup
|
|
|
|
# Docker volumes (large data)
|
|
docker/*/data/
|
|
docker/*/media/
|
|
docker/*/db/
|
|
|
|
# Node modules
|
|
node_modules/
|
|
|
|
# OS files
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# IDE
|
|
.vscode/
|
|
.idea/
|
|
*.swp
|
|
|
|
# Backup files
|
|
*.bak
|
|
*.old
|
|
unused_files/
|
|
|
|
# Large files/folders to exclude
|
|
IGNORE_FOLDER/
|
|
**/*.onnx
|
|
**/journal/
|
|
**/db/
|
|
|
|
# ROM scan output (large JSON files)
|
|
rom-inventory/*.json
|
|
|
|
`# ROM scan output (large JSON files)
|
|
rom-inventory/*.json
|
|
|
|
# ROM scan output (large JSON files)
|
|
rom-inventory/*.json
|