From c323849436319a4fc0620925ed1a989ebda9d569 Mon Sep 17 00:00:00 2001 From: qwq Date: Thu, 4 Jun 2026 11:05:13 +0800 Subject: [PATCH] chore: untrack node_modules and update .gitignore --- .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