From 7a18e7467b672749decc8b786dda07f000b148f5 Mon Sep 17 00:00:00 2001 From: Haoyu Xu Date: Thu, 16 Mar 2023 21:47:25 -0400 Subject: [PATCH] chore: ignore release to save space --- .gitignore | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 6a7d6d8..f024eb0 100644 --- a/.gitignore +++ b/.gitignore @@ -127,4 +127,7 @@ dist .yarn/unplugged .yarn/build-state.yml .yarn/install-state.gz -.pnp.* \ No newline at end of file +.pnp.* + +# custom +release/* \ No newline at end of file