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>
This commit is contained in:
parent
577254d041
commit
44fa3e7e3d
|
|
@ -20,6 +20,7 @@ venv/
|
|||
|
||||
# Environment variables
|
||||
.env
|
||||
!skills/public/**/.env
|
||||
|
||||
# Configuration files
|
||||
config.yaml
|
||||
|
|
|
|||
Loading…
Reference in New Issue