summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorTodd Leonhardt <todd.leonhardt@gmail.com>2018-04-14 10:49:14 -0700
committerTodd Leonhardt <todd.leonhardt@gmail.com>2018-04-14 10:49:14 -0700
commit5786a961c9c86f060c296fd4db385a9c01585319 (patch)
treeb51084d04a5c3684bc81e77a54f962baa0874e2d /.gitignore
parent8fcf7f2e7f6a62b89d85e1b53689fe1fbf937281 (diff)
downloadcmd2-git-5786a961c9c86f060c296fd4db385a9c01585319.tar.gz
Updated .gitignore to ignore Visual Studio Code settings and configuraiton
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore14
1 files changed, 11 insertions, 3 deletions
diff --git a/.gitignore b/.gitignore
index bb9e88c6..ad7f428b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,11 +1,19 @@
+# Python development, test, and build
__pycache__
build
dist
cmd2.egg-info
-.idea
.cache
*.pyc
-.coverage
.tox
-htmlcov
.pytest_cache
+
+# Code Coverage
+.coverage
+htmlcov
+
+# PyCharm
+.idea
+
+# Visual Studio Code
+.vscode