From a1719a18712e353bd6f8627641d5015a0e0149eb Mon Sep 17 00:00:00 2001 From: Kevin Satria D <130447401+kevinnsd1@users.noreply.github.com> Date: Wed, 20 May 2026 11:04:58 +0700 Subject: [PATCH] chore: ignore .env files in git repository --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 9bbc538..5daf409 100644 --- a/.gitignore +++ b/.gitignore @@ -12,6 +12,7 @@ node_modules/ dist/ dist-ssr/ *.local +.env # Editor directories and files .vscode/*