From f453844ce9398798a581c612cb1caaead26a11ef Mon Sep 17 00:00:00 2001 From: Ryan Bonial Date: Fri, 21 Nov 2025 14:38:06 -0700 Subject: [PATCH] chore: add .env to gitignore --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 2f4231d01..1205486ce 100644 --- a/.gitignore +++ b/.gitignore @@ -23,4 +23,5 @@ stats docs .vitest-reports -.auth \ No newline at end of file +.auth +.env