From 4f268a2acc61e2df8f3f3dc81af05506628943b1 Mon Sep 17 00:00:00 2001 From: zhouchengrong Date: Thu, 20 Jul 2023 14:47:35 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9gitignore=E6=96=87=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 47 +++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 47 insertions(+) diff --git a/.gitignore b/.gitignore index 77deb923..e0bb6bbf 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,49 @@ sql/*.sql +HELP.md +target/ +!.mvn/wrapper/maven-wrapper.jar +!**/src/main/** +!**/src/test/** + +### STS ### +.apt_generated +.classpath +.factorypath +.project +.settings +.springBeans +.sts4-cache +.log + +### IntelliJ IDEA ### +.idea +*.iws +*.iml +*.ipr +.mvn +mvnw* + +### NetBeans ### +/nbproject/private/ +/nbbuild/ +/dist/ +/nbdist/ +/.nb-gradle/ +build/ + +### VS Code ### +.vscode/ + +### generated files ### +bin/ +gen/ + +### MAC ### +.DS_Store + +### Other ### +logs/ +log +temp/ +