From dac085d9683e7a1f34690c60799c092e08de4b12 Mon Sep 17 00:00:00 2001 From: asure Date: Fri, 6 Dec 2019 16:42:35 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0reademe,=E9=87=8D=E7=BD=AEgit?= =?UTF-8?q?ignore?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 34 ++++++++++++++++++---------- .idea/codeStyles/Project.xml | 10 -------- .idea/codeStyles/codeStyleConfig.xml | 5 ---- .idea/encodings.xml | 4 ---- .idea/gradle.xml | 21 ----------------- .idea/misc.xml | 9 -------- .idea/runConfigurations.xml | 12 ---------- .idea/vcs.xml | 6 ----- README.md | 6 +++++ 9 files changed, 28 insertions(+), 79 deletions(-) delete mode 100644 .idea/codeStyles/Project.xml delete mode 100644 .idea/codeStyles/codeStyleConfig.xml delete mode 100644 .idea/encodings.xml delete mode 100644 .idea/gradle.xml delete mode 100644 .idea/misc.xml delete mode 100644 .idea/runConfigurations.xml delete mode 100644 .idea/vcs.xml create mode 100644 README.md diff --git a/.gitignore b/.gitignore index 2b75303..d490371 100644 --- a/.gitignore +++ b/.gitignore @@ -1,13 +1,23 @@ -*.iml -.gradle -/local.properties -/.idea/caches -/.idea/libraries -/.idea/modules.xml -/.idea/workspace.xml -/.idea/navEditor.xml -/.idea/assetWizardSettings.xml .DS_Store -/build -/captures -.externalNativeBuild +**/build +**/bin +**/gen +**/local.properties +**/.idea +**/*.iml +**/.gradle +**/captures +**/.bugtags.log +#**/settings.gradle +**/appReleaseDir + +file/version_desc/version-* + +**/build-small +**/smallLibs +**/public.txt + +maven/* +!/maven/nothing + +gradle/cache/* diff --git a/.idea/codeStyles/Project.xml b/.idea/codeStyles/Project.xml deleted file mode 100644 index 1bec35e..0000000 --- a/.idea/codeStyles/Project.xml +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - \ No newline at end of file diff --git a/.idea/codeStyles/codeStyleConfig.xml b/.idea/codeStyles/codeStyleConfig.xml deleted file mode 100644 index 79ee123..0000000 --- a/.idea/codeStyles/codeStyleConfig.xml +++ /dev/null @@ -1,5 +0,0 @@ - - - - \ No newline at end of file diff --git a/.idea/encodings.xml b/.idea/encodings.xml deleted file mode 100644 index 15a15b2..0000000 --- a/.idea/encodings.xml +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/.idea/gradle.xml b/.idea/gradle.xml deleted file mode 100644 index c35608b..0000000 --- a/.idea/gradle.xml +++ /dev/null @@ -1,21 +0,0 @@ - - - - - - \ No newline at end of file diff --git a/.idea/misc.xml b/.idea/misc.xml deleted file mode 100644 index 37a7509..0000000 --- a/.idea/misc.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 7f68460..0000000 --- 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 35eb1dd..0000000 --- a/.idea/vcs.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - \ No newline at end of file diff --git a/README.md b/README.md new file mode 100644 index 0000000..93b18ca --- /dev/null +++ b/README.md @@ -0,0 +1,6 @@ +# virtualApk 多模块插件化实践 + + + + + -- GitLab