From fab43ffb0e329eea9a0b8d83104dc6b6b005d4df Mon Sep 17 00:00:00 2001 From: Darnley Costa Date: Sat, 19 Jan 2019 11:20:26 -0200 Subject: [PATCH] Added Visual Studio Code files to be ignored --- .gitignore | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/.gitignore b/.gitignore index 3e759b7..c267df0 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,15 @@ +### VisualStudioCode ### +.vscode +.vscode/* +!.vscode/settings.json +!.vscode/tasks.json +!.vscode/launch.json +!.vscode/extensions.json + +### VisualStudioCode Patch ### +# Ignore all local history of files +.history + ## Ignore Visual Studio temporary files, build results, and ## files generated by popular Visual Studio add-ons. ##