From 4a573b5173aec9f372ade0e5b4496be93d2e346c Mon Sep 17 00:00:00 2001 From: Kunthawat Date: Thu, 12 Mar 2026 18:07:03 +0700 Subject: [PATCH] chore: Add .gitignore for node_modules and dist --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index d46219b93..89d32f981 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,4 @@ .node-version +node_modules/ +dist/ +*.log