From adb04d7236907aa6e45893853fbcd56fc385fd69 Mon Sep 17 00:00:00 2001 From: Ren Rizzolo Date: Fri, 31 May 2019 15:24:49 +1000 Subject: [PATCH] ignore third-party --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index f55cbd0..dc7d99b 100644 --- a/.gitignore +++ b/.gitignore @@ -11,4 +11,5 @@ node_modules/ # exampleapp exampleapp/android/ -exampleapp/ios/ \ No newline at end of file +exampleapp/ios/ +exampleapp/third-party/ \ No newline at end of file