diff --git a/.gitignore b/.gitignore index 852c26f..1334e17 100644 --- a/.gitignore +++ b/.gitignore @@ -40,3 +40,19 @@ yarn-error.log* # Sentry Config File .sentryclirc + +# Created by https://www.gitignore.io/api/visualstudiocode +# Edit at https://www.gitignore.io/?templates=visualstudiocode + +### VisualStudioCode ### +.vscode/* # Maybe .vscode/**/* instead - see comments +!.vscode/settings.json +!.vscode/tasks.json +!.vscode/launch.json +!.vscode/extensions.json + +### VisualStudioCode Patch ### +# Ignore all local history of files +**/.history + +# End of https://www.gitignore.io/api/visualstudiocode