From 15901917eaa4ac03fdfa30169c36a140a1f86366 Mon Sep 17 00:00:00 2001 From: Arshiya Indikar Date: Mon, 4 May 2026 11:13:02 +0530 Subject: [PATCH] feat: 01 - First React app setup with Vite --- .gitignore | 1 - 1 file changed, 1 deletion(-) diff --git a/.gitignore b/.gitignore index deed335..b947077 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,2 @@ node_modules/ dist/ -.env