From 5bab9ac25bea90b8c9add974a7670077641a32a1 Mon Sep 17 00:00:00 2001 From: Aidan Date: Thu, 24 Apr 2025 23:31:17 -0400 Subject: [PATCH] ignore: exclude env (why is this not the default?) --- .gitignore | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 267d924..ed6368b 100644 --- a/.gitignore +++ b/.gitignore @@ -46,4 +46,8 @@ next-env.d.ts bun.lock* # VSCode -.vscode/ \ No newline at end of file +.vscode/ + +# env +.env* +!.env.example \ No newline at end of file