From abe0fc306749c5fda49586bad0be5f5a36c281c6 Mon Sep 17 00:00:00 2001 From: orhanobut Date: Tue, 25 Oct 2016 13:04:56 +0200 Subject: [PATCH] Add .idea files in order to maintain convention consistency --- .gitignore | 23 +- .idea/.name | 1 + .idea/codeStyleSettings.xml | 280 ++++++++++++++++++ .idea/compiler.xml | 22 ++ .idea/copyright/profiles_settings.xml | 3 + .idea/encodings.xml | 6 + .idea/inspectionProfiles/Project_Default.xml | 9 + .../inspectionProfiles/profiles_settings.xml | 7 + .idea/vcs.xml | 6 + 9 files changed, 353 insertions(+), 4 deletions(-) create mode 100644 .idea/.name create mode 100644 .idea/codeStyleSettings.xml create mode 100644 .idea/compiler.xml create mode 100644 .idea/copyright/profiles_settings.xml create mode 100644 .idea/encodings.xml create mode 100644 .idea/inspectionProfiles/Project_Default.xml create mode 100644 .idea/inspectionProfiles/profiles_settings.xml create mode 100644 .idea/vcs.xml diff --git a/.gitignore b/.gitignore index e0ea6db..c027320 100644 --- a/.gitignore +++ b/.gitignore @@ -19,10 +19,25 @@ proguard/ *.log .gradle /local.properties -/.idea/workspace.xml -/.idea/libraries .DS_Store /build -.idea *.iml -credential.properties \ No newline at end of file + +# Log Files +*.log + +# IDEA/Android Studio +*.iml +*.ipr +*.iws +**/.idea/shelf +**/.idea/workspace.xml +**/.idea/tasks.xml +**/.idea/datasources.xml +**/.idea/dataSources.ids +**/.idea/gradle.xml +**/.idea/misc.xml +**/.idea/modules.xml +**/.idea/libraries +**/.idea/dictionaries +**/.idea/runConfigurations.xml diff --git a/.idea/.name b/.idea/.name new file mode 100644 index 0000000..fc9365c --- /dev/null +++ b/.idea/.name @@ -0,0 +1 @@ +hawk \ No newline at end of file diff --git a/.idea/codeStyleSettings.xml b/.idea/codeStyleSettings.xml new file mode 100644 index 0000000..76534c4 --- /dev/null +++ b/.idea/codeStyleSettings.xml @@ -0,0 +1,280 @@ + + + + + + \ No newline at end of file diff --git a/.idea/compiler.xml b/.idea/compiler.xml new file mode 100644 index 0000000..96cc43e --- /dev/null +++ b/.idea/compiler.xml @@ -0,0 +1,22 @@ + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/.idea/copyright/profiles_settings.xml b/.idea/copyright/profiles_settings.xml new file mode 100644 index 0000000..e7bedf3 --- /dev/null +++ b/.idea/copyright/profiles_settings.xml @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/.idea/encodings.xml b/.idea/encodings.xml new file mode 100644 index 0000000..97626ba --- /dev/null +++ b/.idea/encodings.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/.idea/inspectionProfiles/Project_Default.xml b/.idea/inspectionProfiles/Project_Default.xml new file mode 100644 index 0000000..ecd817f --- /dev/null +++ b/.idea/inspectionProfiles/Project_Default.xml @@ -0,0 +1,9 @@ + + + + \ No newline at end of file diff --git a/.idea/inspectionProfiles/profiles_settings.xml b/.idea/inspectionProfiles/profiles_settings.xml new file mode 100644 index 0000000..3b31283 --- /dev/null +++ b/.idea/inspectionProfiles/profiles_settings.xml @@ -0,0 +1,7 @@ + + + + \ No newline at end of file diff --git a/.idea/vcs.xml b/.idea/vcs.xml new file mode 100644 index 0000000..94a25f7 --- /dev/null +++ b/.idea/vcs.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file