diff --git a/.gitignore b/.gitignore index dcc9078..9c6e6a2 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,5 @@ -# Created by https://www.gitignore.io/api/vim,python +# Created by https://www.gitignore.io/api/vim,python,visualstudiocode ### Python ### # Byte-compiled / optimized / DLL files @@ -113,5 +113,13 @@ Session.vim # auto-generated tag files tags +### VisualStudioCode ### +.vscode/* +!.vscode/settings.json +!.vscode/tasks.json +!.vscode/launch.json +!.vscode/extensions.json +.history -# End of https://www.gitignore.io/api/vim,python + +# End of https://www.gitignore.io/api/vim,python,visualstudiocode