From f4edc636a784cb436ccced5fe2d37b47019f10f3 Mon Sep 17 00:00:00 2001 From: Skillz Date: Thu, 1 Dec 2022 12:32:38 -0600 Subject: [PATCH] fix: ignore .env and debug.ts --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitignore b/.gitignore index fe940ae6b..2b21d36a3 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,8 @@ # See https://help.github.com/articles/ignoring-files/ for more about ignoring files. +# Test file for testing dd changes +debug.ts + # dependencies node_modules @@ -30,6 +33,7 @@ yarn-error.log* .pnpm-debug.log* # local env files +.env .env.local .env.development.local .env.test.local