From 2ca5885253e2d079382d59ff961c26ba69538d60 Mon Sep 17 00:00:00 2001 From: Amir Pourastarabadi Date: Mon, 29 Sep 2025 12:34:45 +0330 Subject: [PATCH] Add .gitignore to exclude node_modules directory --- .gitignore | 1 + 1 file changed, 1 insertion(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..40b878d --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +node_modules/ \ No newline at end of file