From 94c0449d6c4b594c3c02c88d1f6cb1c4997ccb00 Mon Sep 17 00:00:00 2001 From: EasonLiu Date: Sun, 21 Aug 2022 23:08:18 +0000 Subject: [PATCH] update .gitignore. ignore macos Signed-off-by: EasonLiu --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 49f80bc..dcf41f2 100644 --- a/.gitignore +++ b/.gitignore @@ -22,3 +22,6 @@ demo-api *.o node_modules *.app + +# OSX trash +.DS_Store \ No newline at end of file -- Gitee