From 1a1e945438b9ee76cbfe79306c3b18550f9c5233 Mon Sep 17 00:00:00 2001 From: JillLiu Date: Wed, 26 May 2021 09:26:01 +0800 Subject: [PATCH] =?UTF-8?q?update=20.gitignore=20=E5=A2=9E=E5=8A=A0?= =?UTF-8?q?=E4=B8=8D=E5=90=8Cide=E7=9A=84=E5=BF=BD=E7=95=A5=E4=BF=A1?= =?UTF-8?q?=E6=81=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 24 +++++++++++++++++++++--- 1 file changed, 21 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 8b03c93b..1a03bac5 100644 --- a/.gitignore +++ b/.gitignore @@ -22,7 +22,25 @@ # virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml hs_err_pid* -.idea +# maven ignore +target/ +.mvn/ +bin/ +.sts4-cache/ +*.versionsBackup -*/target -/target/ +# eclipse ignore +.settings/ +.project +.classpath +.factorypath + +# idea ignore +.idea/ +*.ipr +*.iml +*.iws + +# system ignore +.DS_Store +Thumbs.db \ No newline at end of file