From d27fbd63d7840787d7f3ca5333b6e24dc3a860d4 Mon Sep 17 00:00:00 2001 From: mh-two-thousand-and-two <17391232786@163.com> Date: 星期五, 29 三月 2024 18:43:30 +0800 Subject: [PATCH] 第二次提交 --- .gitignore | 6 +++++- 1 files changed, 5 insertions(+), 1 deletions(-) diff --git a/.gitignore b/.gitignore index 4d40434..09183ff 100644 --- a/.gitignore +++ b/.gitignore @@ -4,6 +4,10 @@ *.obj *.elf +# dependencies +**/node_modules +**/uni_modules + # Libraries *.lib *.a @@ -20,4 +24,4 @@ *.app *.i*86 *.x86_64 -*.hex +*.hex \ No newline at end of file -- Gitblit v1.9.1