From: Haoqun Jiang Date: Thu, 14 Sep 2023 07:04:37 +0000 (+0800) Subject: chore: add playground directory to prettierignore X-Git-Tag: v3.7.4~5 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f57d8ad44c03850eb2623cdb925702f682d7e569;p=thirdparty%2Fvuejs%2Fcreate-vue.git chore: add playground directory to prettierignore The code is generated so it makes no sense to format it. --- diff --git a/.prettierignore b/.prettierignore index e3a910d8..688151cd 100644 --- a/.prettierignore +++ b/.prettierignore @@ -6,4 +6,6 @@ pnpm-lock.yaml **/*.spec.ts **/dist # https://github.com/prettier/prettier/issues/5246 -**/*.html \ No newline at end of file +**/*.html + +playground