From 750d28b7d7c87e51b4e66f177526de776e0097f4 Mon Sep 17 00:00:00 2001 From: haozq <1611483981@qq.com> Date: Wed, 17 Jul 2024 10:40:56 +0800 Subject: [PATCH] =?UTF-8?q?nacos=E9=85=8D=E7=BD=AE=E6=96=87=E4=BB=B6?= =?UTF-8?q?=E6=88=B7=E5=8F=8A=E6=95=B0=E6=8D=AE=E5=BA=93=E6=96=87=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 43 ++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 42 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 397b4a7..15d5646 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,42 @@ -*.log +HELP.md +/target/ +/**/target/ +!.mvn/wrapper/maven-wrapper.jar + +### 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/ + +### VS Code ### +.vscode/ +rebel-remote.xml +rebel.xml + +### customize ### +# 如果是上传到公共仓库,像application.yml这种如果写了各种密码信息的就不要上传了 +# 留个template就行了 +application-dev.yml +application-prod.yml +/logs + +# 如果.gitignore文件本身也不想跟踪的话,就把下面的填上 +.gitignore \ No newline at end of file