From d913dd19302abd1c0d8a65094c1ee1c5097813d6 Mon Sep 17 00:00:00 2001 From: Classroom Copilot Dev Date: Mon, 23 Feb 2026 21:20:18 +0000 Subject: [PATCH] chore: add .env to .gitignore for environment protection --- .gitignore | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.gitignore b/.gitignore index 7aab0e0..93bd4ce 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,9 @@ node_modules .env*.bak data/ *.bak + +.env + +# Ignore all .env files +.env.local +.env.production