From 261f45a6b2a5c47d637801cb4f95393232d6ac9e Mon Sep 17 00:00:00 2001 From: Evan Feenstra Date: Thu, 16 Jan 2025 11:07:24 -0800 Subject: [PATCH] .env in gitignore --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 8b90e54..5ff7838 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,7 @@ # See https://help.github.com/articles/ignoring-files/ for more about ignoring files. +.env + # dependencies /node_modules /.pnp