- Move all Hermes skills from skills/ to hermes/ - Add cursor/ for Cursor rules (.mdc) - Add code-review.mdc (Gitea PR review with tea CLI) - Update sync.sh to use new hermes/ path - Update README with new structure
20 lines
150 B
Plaintext
20 lines
150 B
Plaintext
# Secrets & credentials
|
|
.env
|
|
.env.*
|
|
*.key
|
|
credentials*
|
|
.memexrc
|
|
.memex/
|
|
|
|
# Dependencies
|
|
node_modules/
|
|
|
|
# Build
|
|
dist/
|
|
*.tgz
|
|
|
|
# OS
|
|
.DS_Store
|
|
Thumbs.db
|
|
|