From 5cf7e126b72d3d95dd3a594ac5f696c4bf896c53 Mon Sep 17 00:00:00 2001 From: Joseph Ross Date: Mon, 19 Nov 2018 10:23:58 -0800 Subject: [PATCH] Add .gitignore to allow development of the plugin in-place. --- .gitignore | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..8fa36bb --- /dev/null +++ b/.gitignore @@ -0,0 +1,6 @@ +DerivedData +DocumentationCache +iOS Device Logs +iOS DeviceSupport +UserData +watchOS DeviceSupport \ No newline at end of file