mirror of
https://github.com/Heretek-AI/openclaw-liberation.git
synced 2026-07-01 18:27:07 -04:00
27 lines
218 B
Plaintext
27 lines
218 B
Plaintext
# Dependencies
|
|
node_modules/
|
|
|
|
# Temporary files
|
|
temp-*/
|
|
tmp/
|
|
*.tmp
|
|
|
|
# Patch artifacts
|
|
*.patch.orig
|
|
*.patch.rej
|
|
|
|
# IDE
|
|
.vscode/
|
|
.idea/
|
|
|
|
# OS
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Logs
|
|
*.log
|
|
npm-debug.log*
|
|
|
|
# Build outputs
|
|
dist/
|
|
build/ |