Fresh start - excluded large ROM JSON files

This commit is contained in:
OpenClaw Agent
2026-04-11 09:45:12 -05:00
commit 5deb387aa6
395 changed files with 47744 additions and 0 deletions

55
.gitignore vendored Normal file
View File

@@ -0,0 +1,55 @@
# 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