From 403e7c3a02c66715b5c3110e9caeca4ab2b037cd Mon Sep 17 00:00:00 2001 From: "pengfei.zhou" Date: Fri, 6 Dec 2019 09:56:14 +0800 Subject: [PATCH] feat:update ignore file --- target/android/.gitignore | 1 + target/iOS/.gitignore | 6 +++--- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/target/android/.gitignore b/target/android/.gitignore index 603b1407..7c1b8367 100644 --- a/target/android/.gitignore +++ b/target/android/.gitignore @@ -12,3 +12,4 @@ /captures .externalNativeBuild .cxx +/.idea \ No newline at end of file diff --git a/target/iOS/.gitignore b/target/iOS/.gitignore index a63491b7..b34422b2 100644 --- a/target/iOS/.gitignore +++ b/target/iOS/.gitignore @@ -1,3 +1,3 @@ -iOS/Example/Podfile.lock -iOS/Example/Example.xcworkspace/* -iOS/Example/Pods/* \ No newline at end of file +Podfile.lock +Example.xcworkspace/* +Pods/* \ No newline at end of file