From 44fa3e7e3d45572b0428710adcf7b1be02466414 Mon Sep 17 00:00:00 2001 From: Titan Date: Fri, 27 Mar 2026 14:53:16 +0800 Subject: [PATCH] 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 --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 20d2039c..fcdd2906 100644 --- a/.gitignore +++ b/.gitignore @@ -20,6 +20,7 @@ venv/ # Environment variables .env +!skills/public/**/.env # Configuration files config.yaml