From 6a22e21f2ee1b20f32353f62b15d0e3e23151a3c Mon Sep 17 00:00:00 2001 From: Hannes Achleitner Date: Mon, 18 Mar 2024 08:57:59 +0100 Subject: [PATCH] Improve gitignore even with newer Android Studio --- .gitignore | 19 ++----------------- app/.gitignore | 1 - 2 files changed, 2 insertions(+), 18 deletions(-) delete mode 100644 app/.gitignore diff --git a/.gitignore b/.gitignore index a84b0ce..4b45b63 100644 --- a/.gitignore +++ b/.gitignore @@ -38,23 +38,8 @@ captures/ # IntelliJ *.iml -.idea/workspace.xml -.idea/tasks.xml -.idea/gradle.xml -.idea/assetWizardSettings.xml -.idea/dictionaries -.idea/libraries -.idea/jarRepositories.xml -.idea/runConfigurations.xml -.idea/.gitignore -.idea/compiler.xml -.idea/misc.xml -.idea/.name -# Android Studio 3 in .gitignore file. -.idea/caches -.idea/modules.xml -# Comment next line if keeping position of elements in Navigation Editor is relevant for you -.idea/navEditor.xml +.idea/* +!idea/codeStyles # Keystore files # Uncomment the following lines if you do not want to check your keystore files in. diff --git a/app/.gitignore b/app/.gitignore deleted file mode 100644 index 796b96d..0000000 --- a/app/.gitignore +++ /dev/null @@ -1 +0,0 @@ -/build