From 91b1500ebd861a14e322cdfc5d13bafa8c3e994d Mon Sep 17 00:00:00 2001 From: fankesyooni Date: Wed, 1 Feb 2023 04:50:06 +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 42afabf..dadc05c 100644 --- a/app/.gitignore +++ b/app/.gitignore @@ -1 +1,3 @@ -/build \ No newline at end of file +/build +/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 0874363..0000000 --- a/app/src/main/assets/xposed_init +++ /dev/null @@ -1 +0,0 @@ -com.fankes.coloros.notify.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 c5e2fb5..0000000 --- a/app/src/main/assets/yukihookapi_init +++ /dev/null @@ -1 +0,0 @@ -com.fankes.coloros.notify.hook.HookEntry \ No newline at end of file