From 7488e6a6d3156851590abcc061009cca997d69de Mon Sep 17 00:00:00 2001 From: yuber Date: Tue, 26 May 2026 15:52:58 +0000 Subject: [PATCH] Remove node_modules from git and add to .gitignore --- .gitignore | 1 + 1 file changed, 1 insertion(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..c2658d7 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +node_modules/