From 63c10c3c670d88d2aea04557f32a7315caa8b4b6 Mon Sep 17 00:00:00 2001 From: Vivek7038 Date: Sun, 13 Apr 2025 11:07:36 +0530 Subject: [PATCH] update .gitignore to include .env.local and todo directory --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 8f322f0..0b18ad5 100644 --- a/.gitignore +++ b/.gitignore @@ -33,3 +33,6 @@ yarn-error.log* # typescript *.tsbuildinfo next-env.d.ts + +.env.local +/todo/ \ No newline at end of file