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