From 22e1db6e0a54f2a20e30b2841ca86d92c0452ea6 Mon Sep 17 00:00:00 2001 From: acclorite Date: Mon, 15 Jul 2024 19:13:14 +0300 Subject: [PATCH] .gitignore update. (root + app/) --- .gitignore | 1 + app/.gitignore | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index aa724b77..a5b72987 100644 --- a/.gitignore +++ b/.gitignore @@ -7,6 +7,7 @@ /.idea/workspace.xml /.idea/navEditor.xml /.idea/assetWizardSettings.xml +.kotlin/ .DS_Store /build /captures diff --git a/app/.gitignore b/app/.gitignore index 4c974cf4..cc7a0287 100644 --- a/app/.gitignore +++ b/app/.gitignore @@ -1,2 +1,3 @@ /build -gradle.properties \ No newline at end of file +gradle.properties +release/ \ No newline at end of file