From 9afcff8fcc38f5ccdf07a86aa34208048ede368c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BB=98=E5=87=A1=E8=8A=AE?= <17803553725@163.com> Date: Mon, 13 Jan 2025 10:23:05 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E4=BA=A4git=E6=96=87=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 53 +++++++++++++++-------------------------------------- 1 file changed, 15 insertions(+), 38 deletions(-) diff --git a/.gitignore b/.gitignore index 5ff6309..c2d3949 100644 --- a/.gitignore +++ b/.gitignore @@ -1,38 +1,15 @@ -target/ -!.mvn/wrapper/maven-wrapper.jar -!**/src/main/**/target/ -!**/src/test/**/target/ - -### IntelliJ IDEA ### -.idea/modules.xml -.idea/jarRepositories.xml -.idea/compiler.xml -.idea/libraries/ -*.iws -*.iml -*.ipr - -### Eclipse ### -.apt_generated -.classpath -.factorypath -.project -.settings -.springBeans -.sts4-cache - -### NetBeans ### -/nbproject/private/ -/nbbuild/ -/dist/ -/nbdist/ -/.nb-gradle/ -build/ -!**/src/main/**/build/ -!**/src/test/**/build/ - -### VS Code ### -.vscode/ - -### Mac OS ### -.DS_Store \ No newline at end of file +# 默认忽略的文件 +/shelf/ +/.idea/workspace.xml +# 基于编辑器的 HTTP 客户端请求 +/httpRequests/ +# Datasource local storage ignored files +/dataSources/ +/dataSources.local.xml +#IDE +.idea/* +logs +target/* +.gitignore +/src/main/resources/application.yml +/src/main/resources/application-de.yml