commit 3d7cdd12040f81aaee5a8eab316815a4986836c0 parent ce36e0f96a3108b18a2c06653ee03b6a1dbe92c1 Author: minerva-jupiter <ryouturn@gmail.com> Date: Sun, 19 Oct 2025 13:13:52 +0900 chore(config): Remove .env and add to gitignore Diffstat:
| D | .env | | | 1 | - |
| M | .gitignore | | | 1 | + |
2 files changed, 1 insertion(+), 1 deletion(-)
diff --git a/.env b/.env @@ -1 +0,0 @@ -GEMINI_API_KEY="AIzaSyCMBqCWrVUb1SMsUFqCt3dPXzb8K9GvqwU" diff --git a/.gitignore b/.gitignore @@ -1 +1,2 @@ /target +.env