Compare commits

...

2 Commits

Author SHA1 Message Date
Titan 44fa3e7e3d feat: track .env files in skills/public directory
- Update .gitignore to exclude .env files globally but include them in skills/public/
- Add existing .env files from skills/public/image-generation and skills/public/video-generation to git tracking

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-27 14:53:16 +08:00
Titan 577254d041 chore: 包括被排除的.env文件 2026-03-27 14:52:00 +08:00
3 changed files with 4 additions and 0 deletions

1
.gitignore vendored
View File

@ -20,6 +20,7 @@ venv/
# Environment variables # Environment variables
.env .env
!skills/public/**/.env
# Configuration files # Configuration files
config.yaml config.yaml

View File

@ -0,0 +1,2 @@
# RunningHub API Configuration
RUNNINGHUB_API_KEY=a73d0e93afb4432c978e5bff30b7517e

View File

@ -0,0 +1 @@
RUNNINGHUB_API_KEY=a73d0e93afb4432c978e5bff30b7517e