diff --git a/.gitignore b/.gitignore index b6e4761..b6bf3b3 100644 --- a/.gitignore +++ b/.gitignore @@ -127,3 +127,21 @@ dmypy.json # Pyre type checker .pyre/ + + +# Created by https://www.toptal.com/developers/gitignore/api/visualstudiocode +# Edit at https://www.toptal.com/developers/gitignore?templates=visualstudiocode + +### VisualStudioCode ### +.vscode/* +!.vscode/settings.json +!.vscode/tasks.json +!.vscode/launch.json +!.vscode/extensions.json +*.code-workspace + +### VisualStudioCode Patch ### +# Ignore all local history of files +.history + +# End of https://www.toptal.com/developers/gitignore/api/visualstudiocode