From 063190c31446cee758168434ac5ce2e2b0a86965 Mon Sep 17 00:00:00 2001 From: Turbolisten <188029906@qq.com> Date: Fri, 8 Jan 2021 22:01:36 +0800 Subject: [PATCH] update .gitignore --- .gitignore | 29 +++++++++++++++++++++++++++-- 1 file changed, 27 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 21763942..a2a3040a 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,31 @@ +HELP.md +target/ +!.mvn/wrapper/maven-wrapper.jar +!**/src/main/** +!**/src/test/** +### STS ### +.apt_generated +.classpath +.factorypath +.project +.settings +.springBeans +.sts4-cache + +### IntelliJ IDEA ### +.idea +*.iws *.iml +*.ipr -**/target/ +### NetBeans ### +/nbproject/private/ +/nbbuild/ +/dist/ +/nbdist/ +/.nb-gradle/ +build/ -**/node_modules/ \ No newline at end of file +### VS Code ### +.vscode/