mirror of
https://github.com/GMGNAI/gmgn-skills.git
synced 2026-07-27 16:57:44 +00:00
21 lines
212 B
Plaintext
21 lines
212 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/
|