From ccc9606dc15d578a9aed266b41b3733e45c9c11d Mon Sep 17 00:00:00 2001 From: iqbal024 Date: Wed, 7 May 2025 02:13:04 +0700 Subject: [PATCH] add git ignore --- .gitignore | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 3c3629e..c0d4a47 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,7 @@ -node_modules +/node_modules +# next.js +/.next/ +/out/ + +# production +/build \ No newline at end of file