diff options
| -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/ | 
