From cac93901544c7afd650bc0a1158494cb14e8b19d Mon Sep 17 00:00:00 2001 From: James Prevett Date: Mon, 9 Sep 2024 17:54:44 -0500 Subject: [PATCH] Ignore env --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 74d054a..7007601 100644 --- a/.gitignore +++ b/.gitignore @@ -2,4 +2,5 @@ node_modules tmp dist build -.astro \ No newline at end of file +.astro +src/env.d.ts \ No newline at end of file