Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 18:45:50 +08:00
commit bd85f56f7c
78 changed files with 33541 additions and 0 deletions

34
skills/gemini-imagegen/.gitignore vendored Normal file
View File

@@ -0,0 +1,34 @@
# Dependencies
node_modules/
# Build outputs
dist/
*.js
*.js.map
# Environment variables
.env
.env.local
# Generated images (examples)
*.png
*.jpg
*.jpeg
*.gif
*.webp
!examples/*.png
!examples/*.jpg
# IDE
.vscode/
.idea/
# OS
.DS_Store
Thumbs.db
# Logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*