From b3477e57415cae6ca3e79d15b8307d62d19d6be7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Berkan=20=C3=9Cm=C3=BCtl=C3=BC?= Date: Wed, 11 Sep 2024 16:40:17 +0300 Subject: [PATCH] Update .gitignore --- .gitignore | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index d91d8e5..e1d0d50 100644 --- a/.gitignore +++ b/.gitignore @@ -12,7 +12,6 @@ **/.vagrant/ **/vagrantfile -#*.env *.log *.vs* ._* @@ -37,7 +36,6 @@ public_html/storage public_html/hot storage/*.key -.env Homestead.yaml Homestead.json /.vagrant @@ -72,4 +70,6 @@ Homestead.json # typescript *.tsbuildinfo -next-env.d.ts \ No newline at end of file +next-env.d.ts + +/project/.vite \ No newline at end of file