Fresh start - excluded large ROM JSON files
This commit is contained in:
55
.gitignore
vendored
Normal file
55
.gitignore
vendored
Normal 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
|
||||
Reference in New Issue
Block a user