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/