From 16eb2ced58eb727f052aead6a5fd1a65b4945de3 Mon Sep 17 00:00:00 2001 From: "Yangkai.Shen" <237497819@qq.com> Date: Wed, 26 Sep 2018 22:21:02 +0800 Subject: [PATCH] =?UTF-8?q?:see=5Fno=5Fevil:=20=E6=9B=B4=E6=96=B0=E6=A0=B9?= =?UTF-8?q?=E8=B7=AF=E5=BE=84=E4=B8=8B=20.gitignore=20=E6=96=87=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 37 +++++++++++++++++++++++++++++++++++-- 1 file changed, 35 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index a793265..d9965c5 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,37 @@ -.idea/ +# Created by .ignore support plugin (hsz.mobi) +### xkcoding-后端 template +### Spring Boot ### +/target/ +!.mvn/wrapper/maven-wrapper.jar + +### STS ### +.apt_generated +.classpath +.factorypath +.project +.settings +.springBeans +.sts4-cache + +### IntelliJ IDEA ### +.idea +*.iws *.iml +*.ipr +out/ +gen/ + +### NetBeans ### +/nbproject/private/ +/build/ +/nbbuild/ +/dist/ +/nbdist/ +/.nb-gradle/ + +### LOGS ### logs/ -target/ \ No newline at end of file +*.log + +### Mac OS ### +.DS_Store