aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJosh <joshdunn.uwo@gmail.com>2017-06-10 03:12:19 -0400
committerJosh <joshdunn.uwo@gmail.com>2017-06-10 03:12:19 -0400
commit01d10d2d00d3aea0009d52da1641b40c70f925eb (patch)
treef70b594d875b1a3b20f5191f39df30516dfbdbde
parent78a80a16d13a4b7eeb7a4b92f219f95eecf7b361 (diff)
downloadtimeout-decorator-01d10d2d00d3aea0009d52da1641b40c70f925eb.tar.gz
Updated .gitignore to ignore .vscode/
-rw-r--r--.gitignore1
-rw-r--r--.vscode/settings.json3
2 files changed, 1 insertions, 3 deletions
diff --git a/.gitignore b/.gitignore
index c0ffae1..0b7661f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -40,3 +40,4 @@ nosetests.xml
.pydevproject
.ropeproject/
+.vscode/
diff --git a/.vscode/settings.json b/.vscode/settings.json
deleted file mode 100644
index fe71598..0000000
--- a/.vscode/settings.json
+++ /dev/null
@@ -1,3 +0,0 @@
-{
- "python.linting.pylintEnabled": false
-} \ No newline at end of file