From 05bfbf1477253fc675c8a6ae03b86b0c9c8d532d Mon Sep 17 00:00:00 2001 From: majunyi_outlook <2519003602@qq.com> Date: Wed, 12 Apr 2023 08:01:15 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BB=A3=E7=A0=81=E8=A7=A3=E8=AF=BB=E6=9B=B4?= =?UTF-8?q?=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 代码解读/MiNotes-master/.gitignore | 37 ++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) create mode 100644 代码解读/MiNotes-master/.gitignore diff --git a/代码解读/MiNotes-master/.gitignore b/代码解读/MiNotes-master/.gitignore new file mode 100644 index 0000000..ba4cbe0 --- /dev/null +++ b/代码解读/MiNotes-master/.gitignore @@ -0,0 +1,37 @@ +*.iml + +.DS_Store + +# 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 +.idea/workspace.xml +.idea/tasks.xml +.idea/gradle.xml +.idea/dictionaries +.idea/libraries +.idea/ + +# Keystore files +*.jks + +# External native build folder generated in Android Studio 2.2 and later +.externalNativeBuild