From 6b6968994deeb5d17d1a9f15ea78d2db91c2edbb Mon Sep 17 00:00:00 2001 From: lxj <15683799673@163.com> Date: Wed, 25 Jun 2025 18:20:44 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=A0=E9=99=A4dimp-wy-web?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ruoyi-modules/dimp-wy-web/.gitattributes | 2 -- ruoyi-modules/dimp-wy-web/.gitignore | 33 ------------------------ 2 files changed, 35 deletions(-) delete mode 100644 ruoyi-modules/dimp-wy-web/.gitattributes delete mode 100644 ruoyi-modules/dimp-wy-web/.gitignore diff --git a/ruoyi-modules/dimp-wy-web/.gitattributes b/ruoyi-modules/dimp-wy-web/.gitattributes deleted file mode 100644 index 3b41682..0000000 --- a/ruoyi-modules/dimp-wy-web/.gitattributes +++ /dev/null @@ -1,2 +0,0 @@ -/mvnw text eol=lf -*.cmd text eol=crlf diff --git a/ruoyi-modules/dimp-wy-web/.gitignore b/ruoyi-modules/dimp-wy-web/.gitignore deleted file mode 100644 index 549e00a..0000000 --- a/ruoyi-modules/dimp-wy-web/.gitignore +++ /dev/null @@ -1,33 +0,0 @@ -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/