From e0c1c8637b7096dee2970152f10b56d9bc56bded Mon Sep 17 00:00:00 2001 From: "smiletocandy@qq.com" Date: Thu, 24 Jan 2019 16:46:47 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=A0=E9=99=A4=E5=A4=9A=E4=BD=99=E6=96=87?= =?UTF-8?q?=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .classpath | 26 -------------------------- .gitignore | 24 ------------------------ .project | 23 ----------------------- pom.xml | 6 ------ 4 files changed, 79 deletions(-) delete mode 100644 .classpath delete mode 100644 .gitignore delete mode 100644 .project delete mode 100644 pom.xml diff --git a/.classpath b/.classpath deleted file mode 100644 index 35bca5e..0000000 --- a/.classpath +++ /dev/null @@ -1,26 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/.gitignore b/.gitignore deleted file mode 100644 index a79054d..0000000 --- a/.gitignore +++ /dev/null @@ -1,24 +0,0 @@ -# Compiled class file -*.class - -# Log file -*.log - -# BlueJ files -*.ctxt - -# Mobile Tools for Java (J2ME) -.mtj.tmp/ - -# Package Files # -*.jar -*.war -*.ear -*.zip -*.tar.gz -*.rar -*.impl - -# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml -hs_err_pid* -/target/ diff --git a/.project b/.project deleted file mode 100644 index 7546e55..0000000 --- a/.project +++ /dev/null @@ -1,23 +0,0 @@ - - - tamguo - - - - - - org.eclipse.jdt.core.javabuilder - - - - - org.eclipse.m2e.core.maven2Builder - - - - - - org.eclipse.jdt.core.javanature - org.eclipse.m2e.core.maven2Nature - - diff --git a/pom.xml b/pom.xml deleted file mode 100644 index c912bcb..0000000 --- a/pom.xml +++ /dev/null @@ -1,6 +0,0 @@ - - 4.0.0 - tamguo - tamguo - 0.0.1-SNAPSHOT - \ No newline at end of file