17 lines
274 B
Plaintext
17 lines
274 B
Plaintext
# Ignore system files
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Ignore node modules if any skills use them locally
|
|
node_modules/
|
|
package-lock.json
|
|
package.json
|
|
|
|
# OpenClaw internals (state is usually outside workspace, but just in case)
|
|
.openclaw/
|
|
*.log
|
|
|
|
# Sensitive or temp files
|
|
*.tmp
|
|
*.bak
|