diff options
author | 2021-07-25 17:25:18 +0100 | |
---|---|---|
committer | 2021-07-25 17:25:18 +0100 | |
commit | fbd554d50162d3f5f397918d9e88ed5787f92874 (patch) | |
tree | 449983795e42a2eced68f1dcfcd28d39434a0999 /.gitignore | |
parent | Correct endpoint (diff) |
Add .vscode to .gitignore
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -136,3 +136,7 @@ dmypy.json # Cython debug symbols cython_debug/ + +# Editing environment configuration files +.vscode +.idea |