From b83d5d5741a70f82d2d36c2f3ccdae106054fca2 Mon Sep 17 00:00:00 2001 From: "yizake1820@gmail.com" Date: Wed, 31 Dec 2025 18:17:16 +0800 Subject: [PATCH 1/2] git --- .gitignore | 1 + .idea/codeStyles/Project.xml | 138 --------------------------- .idea/codeStyles/codeStyleConfig.xml | 5 - .idea/cpuProfilingConfigs.xml | 13 --- .idea/dictionaries/user.xml | 8 -- .idea/gradle.xml | 19 ---- .idea/misc.xml | 15 --- .idea/runConfigurations.xml | 20 ---- .idea/vcs.xml | 6 -- core/.gitignore | 1 + 10 files changed, 2 insertions(+), 224 deletions(-) delete mode 100644 .idea/codeStyles/Project.xml delete mode 100644 .idea/codeStyles/codeStyleConfig.xml delete mode 100644 .idea/cpuProfilingConfigs.xml delete mode 100644 .idea/dictionaries/user.xml delete mode 100644 .idea/gradle.xml delete mode 100644 .idea/misc.xml delete mode 100644 .idea/runConfigurations.xml delete mode 100644 .idea/vcs.xml create mode 100644 core/.gitignore diff --git a/.gitignore b/.gitignore index 9227cdc..29b2bb9 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,7 @@ *.iml .gradle /local.properties +/.idea/* /.idea/caches /.idea/libraries /.idea/modules.xml diff --git a/.idea/codeStyles/Project.xml b/.idea/codeStyles/Project.xml deleted file mode 100644 index 3cc336b..0000000 --- a/.idea/codeStyles/Project.xml +++ /dev/null @@ -1,138 +0,0 @@ - - - - - - - - - - - -
- - - - xmlns:android - - ^$ - - - -
-
- - - - xmlns:.* - - ^$ - - - BY_NAME - -
-
- - - - .*:id - - http://schemas.android.com/apk/res/android - - - -
-
- - - - .*:name - - http://schemas.android.com/apk/res/android - - - -
-
- - - - name - - ^$ - - - -
-
- - - - style - - ^$ - - - -
-
- - - - .* - - ^$ - - - BY_NAME - -
-
- - - - .* - - http://schemas.android.com/apk/res/android - - - ANDROID_ATTRIBUTE_ORDER - -
-
- - - - .* - - .* - - - BY_NAME - -
-
-
-
- - -
-
\ No newline at end of file diff --git a/.idea/codeStyles/codeStyleConfig.xml b/.idea/codeStyles/codeStyleConfig.xml deleted file mode 100644 index 79ee123..0000000 --- a/.idea/codeStyles/codeStyleConfig.xml +++ /dev/null @@ -1,5 +0,0 @@ - - - - \ No newline at end of file diff --git a/.idea/cpuProfilingConfigs.xml b/.idea/cpuProfilingConfigs.xml deleted file mode 100644 index 76902e8..0000000 --- a/.idea/cpuProfilingConfigs.xml +++ /dev/null @@ -1,13 +0,0 @@ - - - - - - \ No newline at end of file diff --git a/.idea/dictionaries/user.xml b/.idea/dictionaries/user.xml deleted file mode 100644 index f74759e..0000000 --- a/.idea/dictionaries/user.xml +++ /dev/null @@ -1,8 +0,0 @@ - - - - doujin - doujins - - - \ No newline at end of file diff --git a/.idea/gradle.xml b/.idea/gradle.xml deleted file mode 100644 index 639c779..0000000 --- a/.idea/gradle.xml +++ /dev/null @@ -1,19 +0,0 @@ - - - - - - - \ No newline at end of file diff --git a/.idea/misc.xml b/.idea/misc.xml deleted file mode 100644 index 274ccf3..0000000 --- a/.idea/misc.xml +++ /dev/null @@ -1,15 +0,0 @@ - - - - - - - - - - - - - - \ No newline at end of file diff --git a/.idea/runConfigurations.xml b/.idea/runConfigurations.xml deleted file mode 100644 index 72f00ed..0000000 --- a/.idea/runConfigurations.xml +++ /dev/null @@ -1,20 +0,0 @@ - - - - - - \ No newline at end of file diff --git a/.idea/vcs.xml b/.idea/vcs.xml deleted file mode 100644 index 94a25f7..0000000 --- a/.idea/vcs.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - \ No newline at end of file diff --git a/core/.gitignore b/core/.gitignore new file mode 100644 index 0000000..796b96d --- /dev/null +++ b/core/.gitignore @@ -0,0 +1 @@ +/build From b330194d31e5cfc310652262a31c4468497d0917 Mon Sep 17 00:00:00 2001 From: "yizake1820@gmail.com" Date: Wed, 31 Dec 2025 18:23:08 +0800 Subject: [PATCH 2/2] git --- .gitignore | 1 + app/.gitignore | 1 - core/.gitignore | 1 - 3 files changed, 1 insertion(+), 2 deletions(-) delete mode 100644 app/.gitignore delete mode 100644 core/.gitignore diff --git a/.gitignore b/.gitignore index 29b2bb9..ef1e491 100644 --- a/.gitignore +++ b/.gitignore @@ -10,6 +10,7 @@ /.idea/assetWizardSettings.xml .DS_Store /build +**/build /captures .externalNativeBuild .cxx diff --git a/app/.gitignore b/app/.gitignore deleted file mode 100644 index 796b96d..0000000 --- a/app/.gitignore +++ /dev/null @@ -1 +0,0 @@ -/build diff --git a/core/.gitignore b/core/.gitignore deleted file mode 100644 index 796b96d..0000000 --- a/core/.gitignore +++ /dev/null @@ -1 +0,0 @@ -/build