From ab0f56ab36c4888d3caf1f4534c817c3a6c47b44 Mon Sep 17 00:00:00 2001 From: korelstar Date: Sun, 6 Nov 2016 20:44:35 +0100 Subject: [PATCH] Remove generated Android Studio files (#150) --- .gitignore | 6 +- .idea/.name | 1 - .idea/compiler.xml | 22 ----- .idea/copyright/profiles_settings.xml | 3 - .idea/gradle.xml | 25 ----- .idea/misc.xml | 46 --------- .idea/modules.xml | 9 -- .idea/runConfigurations.xml | 12 --- .idea/vcs.xml | 6 -- OwnCloud-Notes.iml | 19 ---- app/app.iml | 136 -------------------------- 11 files changed, 3 insertions(+), 282 deletions(-) delete mode 100644 .idea/.name delete mode 100644 .idea/compiler.xml delete mode 100644 .idea/copyright/profiles_settings.xml delete mode 100644 .idea/gradle.xml delete mode 100644 .idea/misc.xml delete mode 100644 .idea/modules.xml delete mode 100644 .idea/runConfigurations.xml delete mode 100644 .idea/vcs.xml delete mode 100644 OwnCloud-Notes.iml delete mode 100644 app/app.iml diff --git a/.gitignore b/.gitignore index ec870c9f..0cda0c1d 100644 --- a/.gitignore +++ b/.gitignore @@ -1,7 +1,7 @@ -.gradle +.gradle/ /local.properties -/.idea/workspace.xml -/.idea/libraries .DS_Store /build /captures +/.idea/ +*.iml diff --git a/.idea/.name b/.idea/.name deleted file mode 100644 index 88bdaf19..00000000 --- a/.idea/.name +++ /dev/null @@ -1 +0,0 @@ -OwnCloud-Notes \ No newline at end of file diff --git a/.idea/compiler.xml b/.idea/compiler.xml deleted file mode 100644 index 96cc43ef..00000000 --- a/.idea/compiler.xml +++ /dev/null @@ -1,22 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/.idea/copyright/profiles_settings.xml b/.idea/copyright/profiles_settings.xml deleted file mode 100644 index e7bedf33..00000000 --- a/.idea/copyright/profiles_settings.xml +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/.idea/gradle.xml b/.idea/gradle.xml deleted file mode 100644 index 4b707005..00000000 --- a/.idea/gradle.xml +++ /dev/null @@ -1,25 +0,0 @@ - - - - - - \ No newline at end of file diff --git a/.idea/misc.xml b/.idea/misc.xml deleted file mode 100644 index 5d199810..00000000 --- a/.idea/misc.xml +++ /dev/null @@ -1,46 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/.idea/modules.xml b/.idea/modules.xml deleted file mode 100644 index 8b14453d..00000000 --- a/.idea/modules.xml +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - \ No newline at end of file diff --git a/.idea/runConfigurations.xml b/.idea/runConfigurations.xml deleted file mode 100644 index 7f68460d..00000000 --- a/.idea/runConfigurations.xml +++ /dev/null @@ -1,12 +0,0 @@ - - - - - - \ No newline at end of file diff --git a/.idea/vcs.xml b/.idea/vcs.xml deleted file mode 100644 index 5ace414d..00000000 --- a/.idea/vcs.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/OwnCloud-Notes.iml b/OwnCloud-Notes.iml deleted file mode 100644 index 7ad194fe..00000000 --- a/OwnCloud-Notes.iml +++ /dev/null @@ -1,19 +0,0 @@ - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/app/app.iml b/app/app.iml deleted file mode 100644 index 11d6e478..00000000 --- a/app/app.iml +++ /dev/null @@ -1,136 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file