From 64614e7de8abf9c64898801524e1a44fa9e47341 Mon Sep 17 00:00:00 2001 From: andatoshiki <101481353+andatoshiki@users.noreply.github.com> Date: Wed, 22 Mar 2023 18:03:48 +0800 Subject: [PATCH] chore: add more comments in prettierignore for making code source more descriptive --- .prettierignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.prettierignore b/.prettierignore index 67e1ce64..f2016755 100644 --- a/.prettierignore +++ b/.prettierignore @@ -1,4 +1,8 @@ # cache cache + +# built dist dist + +# scripts folder scripts \ No newline at end of file