From 36e538bf66f5749ec16116357a55cd896062ccbe Mon Sep 17 00:00:00 2001 From: richie Date: Tue, 4 Dec 2018 10:30:54 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20'.gitignore'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 19 +++++-------------- 1 file changed, 5 insertions(+), 14 deletions(-) diff --git a/.gitignore b/.gitignore index d0485ae..58f05df 100644 --- a/.gitignore +++ b/.gitignore @@ -1,14 +1,5 @@ -# ---> Java -*.class - -# Mobile Tools for Java (J2ME) -.mtj.tmp/ - -# Package Files # -*.jar -*.war -*.ear - -# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml -hs_err_pid* - +*.iml +.idea/ +lib/report/*.jar +.classpath +.DS_Store