diff options
author | venth <artur.krysiak.warszawa@gmail.com> | 2016-04-19 11:17:46 +0200 |
---|---|---|
committer | venth <artur.krysiak.warszawa@gmail.com> | 2016-05-28 20:27:18 +0200 |
commit | 2a329110b90102720bf5de00355473586674040f (patch) | |
tree | a23de24eff77d63281bab45dd6d3b630b273fc64 | |
parent | 2bee7b25f39471c1ac5641b714e003bcf8335d15 (diff) |
ignored intellij related files
-rw-r--r-- | .gitignore | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore index d13551274..a802c75a1 100644 --- a/.gitignore +++ b/.gitignore @@ -35,6 +35,9 @@ test/testdata test/local_parameters.json .tox youtube-dl.zsh + +# IntelliJ related files .idea -.idea/* +*.iml + tmp/ |