From 791cfd379cc5c69499498fac47229d6c82fe0127 Mon Sep 17 00:00:00 2001 From: wjc <1243177876@qq.com> Date: 星期五, 02 六月 2023 13:45:40 +0800 Subject: [PATCH] 2023年06月02日13:43:08 --- .gitignore | 49 +++++++++++++++++++++++++++++++++++++++++++++++++ 1 files changed, 49 insertions(+), 0 deletions(-) diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..b186b24 --- /dev/null +++ b/.gitignore @@ -0,0 +1,49 @@ +*.apk +*.ap_ + +# Files for the Dalvik VM +*.dex + +# Java class files +*.class + +# Generated files +bin/ +gen/ + +# Gradle files +.gradle/ +build/ + +# IntelliJ +*.iml +.idea/workspace.xml +.idea/tasks.xml +.idea/gradle.xml +.idea/assetWizardSettings.xml +.idea/dictionaries +.idea/libraries +.idea/jarRepositories.xml +# Android Studio 3 in .gitignore file. +.idea/caches +.idea/modules.xml +# Comment next line if keeping position of elements in Navigation Editor is relevant for you +.idea/navEditor.xml + +# Local configuration file (sdk path, etc) +local.properties + +# Proguard folder generated by Eclipse +proguard/ + +# Local configuration file (sdk path, etc) +local.properties + +# Proguard folder generated by Eclipse +proguard/ + +#Log Files +*.log +.idea/libraries/Gradle__com_bulong_rudeness_rudeness_0_1_4_aar.xml +.DS_Store +app/.DS_Store \ No newline at end of file -- Gitblit v1.8.0