aboutsummaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authorGravatar Vivaan Verma <[email protected]>2021-07-25 17:25:18 +0100
committerGravatar GitHub <[email protected]>2021-07-25 17:25:18 +0100
commitfbd554d50162d3f5f397918d9e88ed5787f92874 (patch)
tree449983795e42a2eced68f1dcfcd28d39434a0999 /.gitignore
parentCorrect endpoint (diff)
Add .vscode to .gitignore
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore4
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index a81c8ee..e70bdfd 100644
--- a/.gitignore
+++ b/.gitignore
@@ -136,3 +136,7 @@ dmypy.json
# Cython debug symbols
cython_debug/
+
+# Editing environment configuration files
+.vscode
+.idea