diff --git a/.gitignore b/.gitignore index f2e972d..6c140ee 100644 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,14 @@ # These are backup files generated by rustfmt **/*.rs.bk + +### 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 \ No newline at end of file