From 8a34f838c0fab117f7044c6c4ff6157335825291 Mon Sep 17 00:00:00 2001 From: shanhy Date: Tue, 14 Jul 2020 16:57:15 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E5=BF=BD=E7=95=A5=E6=96=87?= =?UTF-8?q?=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/.gitignore b/.gitignore index 52c1b008..3f3d40be 100644 --- a/.gitignore +++ b/.gitignore @@ -1,7 +1,32 @@ +HELP.md +target/ +!.mvn/wrapper/maven-wrapper.jar +!**/src/main/** +!**/src/test/** .idea +### STS ### +.apt_generated .classpath +.factorypath .project +.settings +.springBeans +.sts4-cache + +### IntelliJ IDEA ### +.idea +*.iws *.iml +*.ipr target/ .DS_Store +### NetBeans ### +/nbproject/private/ +/nbbuild/ +/dist/ +/nbdist/ +/.nb-gradle/ +build/ .gitattributes +### VS Code ### +.vscode/