From 92ffe521f19935af64f04369361f2ef405f314b1 Mon Sep 17 00:00:00 2001 From: "h.malik144@gmail.com" Date: Mon, 9 Oct 2023 13:09:49 +0100 Subject: [PATCH] - changes to drawer layout and page - changes to storage ref in process retrieval in process --- .gitignore | 3 +++ .idea/kotlinc.xml | 6 ++++++ .idea/vcs.xml | 6 ++++++ 3 files changed, 15 insertions(+) create mode 100644 .idea/kotlinc.xml create mode 100644 .idea/vcs.xml diff --git a/.gitignore b/.gitignore index a1f243b..f00e4fc 100644 --- a/.gitignore +++ b/.gitignore @@ -10,6 +10,8 @@ /.idea/misc.xml /.idea/assetWizardSettings.xml /.idea/shelf/ +/.idea/gradle.xml +/.idea/compiler.xml .DS_Store /build /captures @@ -29,3 +31,4 @@ database-debug.log firebase-debug.log # Subtree driver_app_data + diff --git a/.idea/kotlinc.xml b/.idea/kotlinc.xml new file mode 100644 index 0000000..2b8a50f --- /dev/null +++ b/.idea/kotlinc.xml @@ -0,0 +1,6 @@ + + + + + \ No newline at end of file diff --git a/.idea/vcs.xml b/.idea/vcs.xml new file mode 100644 index 0000000..35eb1dd --- /dev/null +++ b/.idea/vcs.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file