From 076176a5f64d085172030118c9b6ec8dc336929f Mon Sep 17 00:00:00 2001 From: Fredrik Fornwall Date: Sat, 29 Sep 2018 00:22:22 +0200 Subject: [PATCH] Add whole of .idea/ to .gitignore --- .gitignore | 17 ++--------------- 1 file changed, 2 insertions(+), 15 deletions(-) diff --git a/.gitignore b/.gitignore index 37edb634..943b17bb 100644 --- a/.gitignore +++ b/.gitignore @@ -20,21 +20,8 @@ local.properties # Signing files .signing/ -# User-specific configurations -.idea/libraries/ -.idea/workspace.xml -.idea/tasks.xml -.idea/.name -.idea/compiler.xml -.idea/copyright/profiles_settings.xml -.idea/encodings.xml -.idea/misc.xml -.idea/modules.xml -.idea/scopes/scope_settings.xml -.idea/vcs.xml -.idea/dictionaries/ -.idea/caches/ -.idea/codeStyles/ +# Intellij +.idea/ *.iml # OS-specific files