From: robert-cody Date: Wed, 2 May 2018 17:23:08 +0000 (+0300) Subject: Add IntelliJ IDEA and local venvs to .gitignore. X-Git-Tag: 1.4.3~6^2 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=7082b575fe9effbd26588f2deba8bb8487cc884b;p=cached-property.git Add IntelliJ IDEA and local venvs to .gitignore. --- diff --git a/.gitignore b/.gitignore index f456abc..b0df7f7 100644 --- a/.gitignore +++ b/.gitignore @@ -42,4 +42,12 @@ output/*.html output/*/index.html # Sphinx -docs/_build \ No newline at end of file +docs/_build + +# IntelliJ IDEA +/.idea/ +/out/ +*.iml + +# Local virtualenv directories +/venv*/ \ No newline at end of file