projects
/
cached-property.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2f196a8
)
Add IntelliJ IDEA and local venvs to .gitignore.
author
robert-cody
<robert-cody@mail.ru>
Wed, 2 May 2018 17:23:08 +0000
(20:23 +0300)
committer
robert-cody
<robert-cody@mail.ru>
Wed, 2 May 2018 17:23:08 +0000
(20:23 +0300)
.gitignore
patch
|
blob
|
history
diff --git
a/.gitignore
b/.gitignore
index f456abc935db5e200c64aee6e22a76d00f3976b8..b0df7f7c2e9b412a5d54b9f55af83ca7e38e2d9e 100644
(file)
--- 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