]> git.ipfire.org Git - thirdparty/vuejs/create-vue.git/commitdiff
chore: add playground directory to prettierignore
authorHaoqun Jiang <haoqunjiang@gmail.com>
Thu, 14 Sep 2023 07:04:37 +0000 (15:04 +0800)
committerHaoqun Jiang <haoqunjiang@gmail.com>
Thu, 14 Sep 2023 07:04:37 +0000 (15:04 +0800)
The code is generated so it makes no sense to format it.

.prettierignore

index e3a910d816b5b8ae31808bc0476ea0dfc91258c6..688151cd9e1966b6eb5460ad1f1b22a3f1c5dda6 100644 (file)
@@ -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