From 79561d4c7be61e97c1b92d6ace8ee578b5548fd6 Mon Sep 17 00:00:00 2001 From: Dacainiao Date: Thu, 16 Jan 2014 16:00:58 +0800 Subject: [PATCH] add .gitignore file and delete two files which shouldn't contain in VCS --- .gitignore | 11 +++++ TMessagesProj/TMessagesProj.iml | 81 --------------------------------- local.properties | 10 ---- 3 files changed, 11 insertions(+), 91 deletions(-) create mode 100644 .gitignore delete mode 100644 TMessagesProj/TMessagesProj.iml delete mode 100644 local.properties diff --git a/.gitignore b/.gitignore new file mode 100644 index 000000000..6faa764f3 --- /dev/null +++ b/.gitignore @@ -0,0 +1,11 @@ +.idea/ +.gradle +/*/local.properties +/*/out +/*/*/build +/*/*/production +*.iml +*.iws +*.ipr +*~ +*.swp diff --git a/TMessagesProj/TMessagesProj.iml b/TMessagesProj/TMessagesProj.iml deleted file mode 100644 index 6de4305f0..000000000 --- a/TMessagesProj/TMessagesProj.iml +++ /dev/null @@ -1,81 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/local.properties b/local.properties deleted file mode 100644 index 90aafac3f..000000000 --- a/local.properties +++ /dev/null @@ -1,10 +0,0 @@ -# This file is automatically generated by Android Studio. -# Do not modify this file -- YOUR CHANGES WILL BE ERASED! -# -# This file must *NOT* be checked into Version Control Systems, -# as it contains information specific to your local configuration. - -# Location of the SDK. This is only used by Gradle. -# For customization when using a Version Control System, please read the -# header note. -sdk.dir=/Applications/Android Studio.app/sdk \ No newline at end of file