From d055ac2ba22515078b0d01412bb02ffc08c9fd4b Mon Sep 17 00:00:00 2001 From: "vanestone.shi" Date: Thu, 18 Apr 2024 15:33:16 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=F0=9F=A4=96=20=E6=B7=BB=E5=8A=A0`.DS?= =?UTF-8?q?=5FStore`=E6=96=87=E4=BB=B6=E7=9A=84=E5=BF=BD=E7=95=A5=E8=A1=A8?= =?UTF-8?q?=E8=BE=BE=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 5066c4d..20dc60b 100644 --- a/.gitignore +++ b/.gitignore @@ -732,4 +732,5 @@ packages/lowcode-preset-plugin/node_modules/_yargs-parser@14.0.0@yargs-parser/pa packages/lowcode-preset-plugin/node_modules/_yargs-parser@14.0.0@yargs-parser/README.md packages/lowcode-preset-plugin/node_modules/_yargs-parser@14.0.0@yargs-parser/lib/tokenize-arg-string.js packages/lowcode-preset-plugin/node_modules/_yargs-parser@14.0.0@yargs-parser/node_modules/camelcase -node_modules/ \ No newline at end of file +node_modules/ +.DS_Store