From fc0f15c5271ebc2e9a87a2d41f6d52d081dd8ecb Mon Sep 17 00:00:00 2001 From: Yusuf Saifudin Date: Mon, 19 Jun 2023 07:01:36 +0700 Subject: [PATCH] :pencil: update gitignore --- .gitignore | 1 + .idea/.gitignore | 3 +++ .idea/compiler.xml | 2 +- .idea/kotlinc.xml | 6 ++++++ .idea/misc.xml | 2 +- 5 files changed, 12 insertions(+), 2 deletions(-) create mode 100644 .idea/.gitignore create mode 100644 .idea/kotlinc.xml diff --git a/.gitignore b/.gitignore index 3e44006..47cbc67 100644 --- a/.gitignore +++ b/.gitignore @@ -12,5 +12,6 @@ /captures .externalNativeBuild .cxx +local.properties apiKey.properties \ No newline at end of file diff --git a/.idea/.gitignore b/.idea/.gitignore new file mode 100644 index 0000000..757f2ed --- /dev/null +++ b/.idea/.gitignore @@ -0,0 +1,3 @@ +# Default ignored files +/shelf/ +/workspace.xml \ No newline at end of file diff --git a/.idea/compiler.xml b/.idea/compiler.xml index fb7f4a8..b589d56 100644 --- a/.idea/compiler.xml +++ b/.idea/compiler.xml @@ -1,6 +1,6 @@ - + \ No newline at end of file diff --git a/.idea/kotlinc.xml b/.idea/kotlinc.xml new file mode 100644 index 0000000..e1eea1d --- /dev/null +++ b/.idea/kotlinc.xml @@ -0,0 +1,6 @@ + + + + + \ No newline at end of file diff --git a/.idea/misc.xml b/.idea/misc.xml index 6199cc2..55c0ec2 100644 --- a/.idea/misc.xml +++ b/.idea/misc.xml @@ -1,6 +1,6 @@ - +