From 389089c32fe888ff6b901a9ba9db99040b0a719c Mon Sep 17 00:00:00 2001 From: NandaCoba Date: Thu, 17 Apr 2025 11:46:38 +0700 Subject: [PATCH] add node_modules in .gitignore --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 2fb95d59..0dd4d0a3 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,4 @@ - +node_modules .env