From 60f9af38b2647c5f74bb1c5d39788569dff48f22 Mon Sep 17 00:00:00 2001 From: fankesyooni Date: Wed, 1 Feb 2023 04:23:15 +0800 Subject: [PATCH] Update .gitignore --- app/.gitignore | 4 +++- app/src/main/assets/xposed_init | 1 - app/src/main/assets/yukihookapi_init | 1 - 3 files changed, 3 insertions(+), 3 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 956c004..20fa29b 100644 --- a/app/.gitignore +++ b/app/.gitignore @@ -1,2 +1,4 @@ /build -/release \ No newline at end of file +/release +/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 962fff4..0000000 --- a/app/src/main/assets/xposed_init +++ /dev/null @@ -1 +0,0 @@ -com.fankes.tsbattery.hook.HookEntry_YukiHookXposedInit \ 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 0db3259..0000000 --- a/app/src/main/assets/yukihookapi_init +++ /dev/null @@ -1 +0,0 @@ -com.fankes.tsbattery.hook.HookEntry \ No newline at end of file