From 1cfbb8811d8b9ce4db529c6f27d4317906345cf7 Mon Sep 17 00:00:00 2001 From: Sami Samhuri Date: Wed, 25 Jan 2017 21:16:42 -0800 Subject: [PATCH] ignore VS Code projects --- gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/gitignore b/gitignore index 0be3718..5521a0a 100644 --- a/gitignore +++ b/gitignore @@ -18,3 +18,6 @@ xcuserdata # Carthage Carthage + +# Visual Studio Code +.vscode