From be014e6f70269aa2b8e45e9e516187fdc5cf1e8d Mon Sep 17 00:00:00 2001 From: itgaojian163 Date: Sat, 23 Nov 2019 13:27:32 +0800 Subject: [PATCH 1/2] =?UTF-8?q?=E5=BF=BD=E7=95=A5=E6=96=87=E4=BB=B6?= =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) diff --git a/.gitignore b/.gitignore index 2b75303..89439b2 100644 --- a/.gitignore +++ b/.gitignore @@ -11,3 +11,39 @@ /build /captures .externalNativeBuild +# Built application files +*.apk +*.ap_ + +# Files for the Dalvik VM +*.dex + +# Java class files +*.class + +# Generated files +bin/ +gen/ +out/ + +# Gradle files +.gradle/ +build/ + +# Local configuration file (sdk path, etc) +local.properties + +# Proguard folder generated by Eclipse +proguard/ + +# Log Files +*.log + +# Android Studio Navigation editor temp files +.navigation/ + +# Android Studio captures folder +captures/ + +# Intellij +*.iml From 77210406882b00622beef2d71136b98430405c9d Mon Sep 17 00:00:00 2001 From: itgaojian163 Date: Sun, 24 Nov 2019 20:37:07 +0800 Subject: [PATCH 2/2] =?UTF-8?q?=E6=B5=8B=E8=AF=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index c733ac3..7e491ec 100644 --- a/README.md +++ b/README.md @@ -3,3 +3,6 @@ - 2019-11-12初始化项目 - 2019-11-22 1 修改图标 2 通讯录未展示全bug修复 + + + 测试