Update gitignore

This commit is contained in:
Alexey Andreev 2017-11-25 20:32:05 +03:00
parent a20d0b0855
commit 55e229d566

19
.gitignore vendored
View File

@ -16,15 +16,10 @@ target
*.iml *.iml
!/all-deps/all-deps.iml !/all-deps/all-deps.iml
!/tools/idea/**/*.iml !/tools/idea/**/*.iml
.idea/uiDesigner.xml .idea/*
.idea/workspace.xml !.idea/runConfigurations
.idea/dictionaries/ !.idea/scopes
.idea/compiler.xml !.idea/inspectionProfies
.idea/kotlinc.xml !.idea/codeStyles
.idea/encodings.xml !.idea/copyright
.idea/misc.xml !.idea/checkstyle-idea.xml
.idea/modules.xml
.idea/scala_compiler.xml
.idea/vcs.xml
.idea/libraries/*
.idea/artifacts/*