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