From 11cb80c94232022ffdd7c2e7f35abbe3448b2035 Mon Sep 17 00:00:00 2001 From: Claw Date: Thu, 5 Mar 2026 23:38:26 +0000 Subject: [PATCH] fix: remove node_modules from git --- .gitignore | 1 + node_modules | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) delete mode 120000 node_modules diff --git a/.gitignore b/.gitignore index 9cc0f3e..bb119fe 100644 --- a/.gitignore +++ b/.gitignore @@ -10,3 +10,4 @@ config/profile.json config/answers.json # Templates are committed instead (see config/*.example.json) +node_modules/ diff --git a/node_modules b/node_modules deleted file mode 120000 index 867c978..0000000 --- a/node_modules +++ /dev/null @@ -1 +0,0 @@ -/home/ubuntu/.openclaw/workspace/node_modules \ No newline at end of file