From f85a34027dffbf592bc1c2b817eeda96ce36495c Mon Sep 17 00:00:00 2001 From: literat Date: Tue, 23 Apr 2024 21:21:53 +0200 Subject: [PATCH] Style(repo): Ignore static assets and yarn releases from formatting --- .prettierignore | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.prettierignore b/.prettierignore index b5e594dec3..7a3a9793a2 100644 --- a/.prettierignore +++ b/.prettierignore @@ -5,6 +5,7 @@ packages/**/types/* packages/**/esm/* packages/**/cjs/* packages/**/umd/* +static/assets/icons/react # Ignoring html files because Prettier prefers closing slash on the end of the tag # @See: https://github.com/lmc-eu/spirit-design-system/pull/77/files#r764183332 @@ -33,3 +34,8 @@ packages/**/*.hbs # Ignore codemods test outputs, because we compare them with generated code which we cannot format packages/codemods/src/transforms/**/*.output.tsx + +# Yarn Modern +# @see: https://yarnpkg.com/getting-started/qa#which-files-should-be-gitignored +.yarn/plugins +.yarn/releases