mirror of
https://github.com/GMGNAI/gmgn-skills.git
synced 2026-07-27 16:57:44 +00:00
26 lines
299 B
Plaintext
26 lines
299 B
Plaintext
# Dependencies
|
|
node_modules/
|
|
|
|
# Environment & secrets
|
|
.env
|
|
keys/
|
|
|
|
# Logs
|
|
*.log
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
yarn.log
|
|
dist
|
|
|
|
# OS
|
|
.DS_Store
|
|
|
|
# Internal / testing (not for public release)
|
|
testing/
|
|
|
|
# Local Claude Code configs (dev environment only)
|
|
.claude/
|
|
.agents/
|
|
skills-lock.json
|