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