From 9a25d91b98324c793babf6f361feb47deff2beb2 Mon Sep 17 00:00:00 2001 From: k94314517 <8417338+k94314517@user.noreply.gitee.com> Date: 星期一, 08 一月 2024 09:34:43 +0800 Subject: [PATCH] ERP接口 --- .gitignore | 8 ++++++++ 1 files changed, 8 insertions(+), 0 deletions(-) diff --git a/.gitignore b/.gitignore index 32858aa..4f77cbd 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,10 @@ +.DS_Store +coderd.json +node_modules +/dist +.idea/ +server/.idea/ +*.xml *.class # Mobile Tools for Java (J2ME) @@ -7,6 +14,7 @@ *.jar *.war *.ear +*.iml # virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml hs_err_pid* -- Gitblit v1.9.3