From 039b2942fc6d10890738eb4f32b022940a7f27cc Mon Sep 17 00:00:00 2001 From: freedog Date: Thu, 24 Jul 2014 16:25:14 +0800 Subject: [PATCH 1/3] =?UTF-8?q?=E6=B7=BB=E5=8A=A0.gitignore=E6=96=87?= =?UTF-8?q?=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index e69de29..9f11b75 100644 --- a/.gitignore +++ b/.gitignore @@ -0,0 +1 @@ +.idea/ -- Gitee From 69936b8a7f00f72baf57186fe06b7547e87eba68 Mon Sep 17 00:00:00 2001 From: freedog Date: Thu, 24 Jul 2014 16:30:12 +0800 Subject: [PATCH 2/3] ignore .idea and Application --- .idea/codeStyleSettings.xml | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 .idea/codeStyleSettings.xml diff --git a/.idea/codeStyleSettings.xml b/.idea/codeStyleSettings.xml deleted file mode 100644 index 05b8113..0000000 --- a/.idea/codeStyleSettings.xml +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - -- Gitee From 7066a8457a5bb1826bfb86a64eaf1cad9ceaaaeb Mon Sep 17 00:00:00 2001 From: freedog Date: Thu, 24 Jul 2014 16:46:51 +0800 Subject: [PATCH 3/3] ignore Application --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 9f11b75..b8c6e2d 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ .idea/ +Application/ -- Gitee