From e8a2171cebaa7268f8ac360431965f4da89c04f1 Mon Sep 17 00:00:00 2001 From: Pinapelz Date: Mon, 7 Oct 2024 10:59:25 -0700 Subject: [PATCH] update gitignore with .zed and .env --- .gitignore | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 61221a0..551b49a 100644 --- a/.gitignore +++ b/.gitignore @@ -34,4 +34,6 @@ yarn-error.log* # typescript *.tsbuildinfo next-env.d.ts -.idea \ No newline at end of file +.idea +.zed +.env