From b41a2c1e9954590d7b8eab41ba1f2264f65c2a09 Mon Sep 17 00:00:00 2001 From: shi-qing-huan <133214734+shi-qing-huan@users.noreply.github.com> Date: Wed, 21 Jun 2023 14:39:15 +0800 Subject: [PATCH] Update .gitignore --- .gitignore | 38 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) diff --git a/.gitignore b/.gitignore index d2f21a28..2762321a 100644 --- a/.gitignore +++ b/.gitignore @@ -368,3 +368,41 @@ GitHub.sublime-settings lib gc-starter-lowcode-ui libApp + +HELP.md +target/ +!.mvn/wrapper/maven-wrapper.jar +!**/src/main/**/target/ +!**/src/test/**/target/ + +### STS ### +.apt_generated +.classpath +.factorypath +.project +.settings +.springBeans +.sts4-cache + +### IntelliJ IDEA ### +.idea +*.iws +*.iml +*.ipr + +### NetBeans ### +/nbproject/private/ +/nbbuild/ +/dist/ +/nbdist/ +/.nb-gradle/ +build/ +!**/src/main/**/build/ +!**/src/test/**/build/ + +### VS Code ### +.vscode/ + +# 忽略配置文件提交 +application-*.yml +!application-demo.yml