From bdb26fe970cca1e97e6eb2afe437ea525e615c0c Mon Sep 17 00:00:00 2001 From: hanbaoshan <hanbaoshan@aiotlink.com> Date: 星期三, 15 四月 2020 17:45:38 +0800 Subject: [PATCH] Merge branch 'master' of http://192.168.5.5:10010/r/Android/yuyingparking --- .gitignore | 26 ++++++++++++++++++++++++++ 1 files changed, 26 insertions(+), 0 deletions(-) diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..3a36c6e --- /dev/null +++ b/.gitignore @@ -0,0 +1,26 @@ +# Built application files +*.apk +*.ap_ + +# Files for the Dalvik VM +*.dex + +# Java class files +*.class + +# Generated files +bin/ +gen/ + +# Gradle files +.gradle/ +build/ + +# Local configuration file (sdk path, etc) +local.properties + +# Proguard folder generated by Eclipse +proguard/ + +#Log Files +*.log -- Gitblit v1.8.0