From aff987c9f8d8ad0b3b9f341bf515a9bcece96a07 Mon Sep 17 00:00:00 2001 From: LittleTurtle2333 <841474544@qq.com> Date: Mon, 14 Feb 2022 02:55:52 +0800 Subject: [PATCH] Initial commit --- .gitignore | 15 +++++++++++++++ app/.gitignore | 1 + 2 files changed, 16 insertions(+) create mode 100644 .gitignore create mode 100644 app/.gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 00000000..aa724b77 --- /dev/null +++ b/.gitignore @@ -0,0 +1,15 @@ +*.iml +.gradle +/local.properties +/.idea/caches +/.idea/libraries +/.idea/modules.xml +/.idea/workspace.xml +/.idea/navEditor.xml +/.idea/assetWizardSettings.xml +.DS_Store +/build +/captures +.externalNativeBuild +.cxx +local.properties diff --git a/app/.gitignore b/app/.gitignore new file mode 100644 index 00000000..42afabfd --- /dev/null +++ b/app/.gitignore @@ -0,0 +1 @@ +/build \ No newline at end of file