From fa08bc337cf101bd1f47ac216fdda22203c1fc31 Mon Sep 17 00:00:00 2001 From: fbchen2 Date: Sun, 14 Jun 2020 12:48:17 +0800 Subject: [PATCH] ignore some files --- .gitignore | 5 +- .idea/gradle.xml | 15 --- .idea/misc.xml | 37 ------- .idea/modules.xml | 10 -- .idea/runConfigurations.xml | 12 --- .idea/vcs.xml | 6 -- app/app.iml | 154 ------------------------------ local.properties | 4 +- magicindicator/magicindicator.iml | 152 ----------------------------- 9 files changed, 6 insertions(+), 389 deletions(-) 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 app/app.iml delete mode 100644 magicindicator/magicindicator.iml diff --git a/.gitignore b/.gitignore index 88743f15..aeb02426 100644 --- a/.gitignore +++ b/.gitignore @@ -240,4 +240,7 @@ Network Trash Folder Temporary Items .apdisk -# End of https://www.gitignore.io/api/java,macos,android,androidstudio \ No newline at end of file +# End of https://www.gitignore.io/api/java,macos,android,androidstudio +.idea +app.iml +magicindicator.iml diff --git a/.idea/gradle.xml b/.idea/gradle.xml deleted file mode 100644 index 2996d531..00000000 --- a/.idea/gradle.xml +++ /dev/null @@ -1,15 +0,0 @@ - - - - - - \ No newline at end of file diff --git a/.idea/misc.xml b/.idea/misc.xml deleted file mode 100644 index 52ad187c..00000000 --- a/.idea/misc.xml +++ /dev/null @@ -1,37 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/.idea/modules.xml b/.idea/modules.xml deleted file mode 100644 index 86e904b1..00000000 --- a/.idea/modules.xml +++ /dev/null @@ -1,10 +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 35eb1ddf..00000000 --- a/.idea/vcs.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - \ No newline at end of file diff --git a/app/app.iml b/app/app.iml deleted file mode 100644 index 52181e7a..00000000 --- a/app/app.iml +++ /dev/null @@ -1,154 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/local.properties b/local.properties index 24626b1c..4aa54f21 100644 --- a/local.properties +++ b/local.properties @@ -4,6 +4,6 @@ # Location of the SDK. This is only used by Gradle. # For customization when using a Version Control System, please read the # header note. -#Mon Feb 25 09:53:04 CST 2019 +#Sun Jun 14 12:46:25 CST 2020 ndk.dir=/Users/SherlockHolmes/Library/Android/sdk/ndk-bundle -sdk.dir=/Users/SherlockHolmes/Library/Android/sdk +sdk.dir=D\:\\Android\\Sdk diff --git a/magicindicator/magicindicator.iml b/magicindicator/magicindicator.iml deleted file mode 100644 index e0c642a6..00000000 --- a/magicindicator/magicindicator.iml +++ /dev/null @@ -1,152 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file