commit 97c7ad0212f89c96569d08baf97659d30a04accf Author: nouyan Date: Sat Apr 16 16:39:56 2022 +0800 Initial commit diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..fa886c6 --- /dev/null +++ b/.gitignore @@ -0,0 +1,32 @@ +# ---> Android +# Gradle files +.gradle/ +build/ + +# Local configuration file (sdk path, etc) +local.properties + +# Log/OS Files +*.log + +# Android Studio generated files and folders +captures/ +.externalNativeBuild/ +.cxx/ +*.apk +output.json + +# IntelliJ +*.iml +.idea/ + +# Keystore files +*.jks +*.keystore + +# Google Services (e.g. APIs or Firebase) +google-services.json + +# Android Profiling +*.hprof + diff --git a/README.md b/README.md new file mode 100644 index 0000000..4bea660 --- /dev/null +++ b/README.md @@ -0,0 +1,3 @@ +# lekang + +乐康守护APP代码仓库 \ No newline at end of file