From bb94689baa17ecf64185b1512e36a654bc4df95b Mon Sep 17 00:00:00 2001 From: fankesyooni Date: Wed, 1 Feb 2023 04:31:10 +0800 Subject: [PATCH] Update .gitignore --- app/.gitignore | 16 ++-------------- app/src/main/assets/xposed_init | 1 - app/src/main/assets/yukihookapi_init | 1 - 3 files changed, 2 insertions(+), 16 deletions(-) delete mode 100644 app/src/main/assets/xposed_init delete mode 100644 app/src/main/assets/yukihookapi_init diff --git a/app/.gitignore b/app/.gitignore index aa724b7..dadc05c 100644 --- a/app/.gitignore +++ b/app/.gitignore @@ -1,15 +1,3 @@ -*.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 +/src/main/assets/xposed_init +/src/main/resources/META-INF/yukihookapi_init \ No newline at end of file diff --git a/app/src/main/assets/xposed_init b/app/src/main/assets/xposed_init deleted file mode 100644 index a151fe4..0000000 --- a/app/src/main/assets/xposed_init +++ /dev/null @@ -1 +0,0 @@ -com.fankes.apperrorstracking.hook.AppErrorsTracking \ No newline at end of file diff --git a/app/src/main/assets/yukihookapi_init b/app/src/main/assets/yukihookapi_init deleted file mode 100644 index f9e2cf5..0000000 --- a/app/src/main/assets/yukihookapi_init +++ /dev/null @@ -1 +0,0 @@ -com.fankes.apperrorstracking.hook.HookEntry \ No newline at end of file