From 95172cbcf6ce4ed2ded90b07921e1d3d2e6e56da Mon Sep 17 00:00:00 2001 From: zhenyuWang <13641039885@163.com> Date: Sat, 5 Aug 2023 15:11:15 +0800 Subject: [PATCH] chore: .gitignore --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 3262c98c..8f6379d2 100644 --- a/.gitignore +++ b/.gitignore @@ -2,4 +2,5 @@ node_modules/ .project unpackage/ .DS_Store -.hbuilderx/ \ No newline at end of file +.hbuilderx/ +__image_snapshots__/ \ No newline at end of file -- GitLab