From 13784ed08f6bc6435c1010477f8f00788be5916c Mon Sep 17 00:00:00 2001 From: zengwei-cogiot Date: Tue, 12 Sep 2023 09:45:31 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4=E9=A1=B9=E7=9B=AE=E7=9B=AE?= =?UTF-8?q?=E5=BD=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../mallchat-frequency-control/.gitignore | 43 ------------------- 1 file changed, 43 deletions(-) delete mode 100644 mallchat-tools/mallchat-frequency-control/.gitignore diff --git a/mallchat-tools/mallchat-frequency-control/.gitignore b/mallchat-tools/mallchat-frequency-control/.gitignore deleted file mode 100644 index edb1537..0000000 --- a/mallchat-tools/mallchat-frequency-control/.gitignore +++ /dev/null @@ -1,43 +0,0 @@ -HELP.md -target/ -!.mvn/wrapper/maven-wrapper.jar -!**/src/main/**/target/ -!**/src/test/**/target/ -error/ -info/ -warn/ -### Project ### -temp/ -*.log - -### Eclipse ### -.metadata -.DS_Store - -### 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/