From a7e8e95953e34213f85910a0ffc447b74db4c3f2 Mon Sep 17 00:00:00 2001 From: Leilukin Date: Sat, 6 Apr 2024 11:43:29 +0800 Subject: [PATCH] Add node_modules to gitignore --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index d8a835dc..63a990b2 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ .DS_Store -**/__Source \ No newline at end of file +__Source +node_modules \ No newline at end of file