From 0f9bed3734b8f3aea35d644694a42018be88e8c9 Mon Sep 17 00:00:00 2001 From: "pengfei.zhou" Date: Sat, 19 Sep 2020 14:44:14 +0800 Subject: [PATCH] update .gitignore --- doric-cli/target/_gitignore | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/doric-cli/target/_gitignore b/doric-cli/target/_gitignore index 692a327e..36480192 100644 --- a/doric-cli/target/_gitignore +++ b/doric-cli/target/_gitignore @@ -1,3 +1,10 @@ node_modules/ build/ -bundle/ \ No newline at end of file +bundle/ +xcuserdata +.gradle +.idea/ +Pods/ +*.lock +*.xcworkspace/xcshareddata/xcdebugger/ +package-lock.json \ No newline at end of file