From ad635f7b19794f7e1e5f905e690ed3f6d9c0f64b Mon Sep 17 00:00:00 2001 From: Jake Boone Date: Fri, 15 Apr 2016 15:05:42 -0700 Subject: [PATCH] [Git] Ignore jsconfig.json (VSCode config file) --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 4bfc69077f2523..14cb44c16ad615 100644 --- a/.gitignore +++ b/.gitignore @@ -12,6 +12,7 @@ icon-builder/jsx .idea *.sublime-project *.sublime-workspace +jsconfig.json # OS files .DS_STORE