🌱 Initialisation du Jardin de Mémoire
This commit is contained in:
16
.gitignore
vendored
Normal file
16
.gitignore
vendored
Normal file
@@ -0,0 +1,16 @@
|
||||
# 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
|
||||
Reference in New Issue
Block a user