From 55e229d5663b0f5785d191956d906c1e6e6183f1 Mon Sep 17 00:00:00 2001 From: Alexey Andreev Date: Sat, 25 Nov 2017 20:32:05 +0300 Subject: [PATCH] Update gitignore --- .gitignore | 19 +++++++------------ 1 file changed, 7 insertions(+), 12 deletions(-) diff --git a/.gitignore b/.gitignore index f6fc90cd7..4902c6251 100644 --- a/.gitignore +++ b/.gitignore @@ -16,15 +16,10 @@ target *.iml !/all-deps/all-deps.iml !/tools/idea/**/*.iml -.idea/uiDesigner.xml -.idea/workspace.xml -.idea/dictionaries/ -.idea/compiler.xml -.idea/kotlinc.xml -.idea/encodings.xml -.idea/misc.xml -.idea/modules.xml -.idea/scala_compiler.xml -.idea/vcs.xml -.idea/libraries/* -.idea/artifacts/* +.idea/* +!.idea/runConfigurations +!.idea/scopes +!.idea/inspectionProfies +!.idea/codeStyles +!.idea/copyright +!.idea/checkstyle-idea.xml \ No newline at end of file