From afba00032cc4b11a63199655632529431871bd49 Mon Sep 17 00:00:00 2001 From: jlmitch5 Date: Sun, 29 Mar 2015 19:32:00 -0400 Subject: [PATCH] adding .xcworkspace to gitignore This folder is created by xcode when one of the examples is run. Probably makes since to include this in the .gitignore as it doesn't make sense to keep the compiled native code under source control. --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 6f1bc0b9c1b0..312241fe6d9a 100644 --- a/.gitignore +++ b/.gitignore @@ -23,6 +23,7 @@ DerivedData # OS X .DS_Store +*.xcworkspace # Node node_modules