From d0022ab33d20f46c1258526d8d9b982c8550a7e5 Mon Sep 17 00:00:00 2001 From: Drazen Vasiljevic Date: Tue, 30 Jan 2018 13:53:16 +0100 Subject: [PATCH] Add VSCode to gitignore file Add /.vscode to .gitignore file to prevent commiting content of that folder to git repo. --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index b6a4b86d..67c0aeab 100644 --- a/.gitignore +++ b/.gitignore @@ -4,6 +4,7 @@ /storage/*.key /vendor /.idea +/.vscode /.vagrant Homestead.json Homestead.yaml