From 48957212c21536d50844209ba9da412cadff6e6a Mon Sep 17 00:00:00 2001 From: Yuri Orlov Date: Sat, 4 Jan 2014 03:45:33 +0300 Subject: [PATCH] add and config .gitignore --- .gitignore | 5 ++ TMessages.iml | 15 ------ TMessagesProj/TMessagesProj.iml | 81 --------------------------------- local.properties | 10 ---- 4 files changed, 5 insertions(+), 106 deletions(-) create mode 100644 .gitignore delete mode 100644 TMessages.iml delete mode 100644 TMessagesProj/TMessagesProj.iml delete mode 100644 local.properties diff --git a/.gitignore b/.gitignore new file mode 100644 index 000000000..faa1c800e --- /dev/null +++ b/.gitignore @@ -0,0 +1,5 @@ +.idea/ +.gradle/ +build/ +*.iml +local.properties \ No newline at end of file diff --git a/TMessages.iml b/TMessages.iml deleted file mode 100644 index 2140a04b0..000000000 --- a/TMessages.iml +++ /dev/null @@ -1,15 +0,0 @@ - - - - - - - - - - - - - - - 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