From 70669b2e7d4cf6d843d2eeea7baa5987743a33a8 Mon Sep 17 00:00:00 2001 From: Kamony Date: Mon, 19 Aug 2024 13:28:53 +0200 Subject: [PATCH] chore: update gitignore --- .gitignore | 3 ++- example/.gitignore | 2 ++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 7a1518a..2af4c4b 100644 --- a/.gitignore +++ b/.gitignore @@ -43,7 +43,8 @@ android/ # example/ios/Pods ios/ - +example/ios/ +example/android/ # Ruby example/vendor/ diff --git a/example/.gitignore b/example/.gitignore index 05647d5..91064ce 100644 --- a/example/.gitignore +++ b/example/.gitignore @@ -33,3 +33,5 @@ yarn-error.* # typescript *.tsbuildinfo +android +ios \ No newline at end of file