From 72d201a3896c5ec32c868baf47e1754445c7b0de Mon Sep 17 00:00:00 2001 From: Proxyfil Date: Mon, 6 Apr 2026 23:55:55 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=A7=20Added=20.prettierignore=20to=20f?= =?UTF-8?q?utur=20comply=20with=20prettier=20recommendation?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/.prettierignore | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 frontend/.prettierignore diff --git a/frontend/.prettierignore b/frontend/.prettierignore new file mode 100644 index 0000000..b2eaf40 --- /dev/null +++ b/frontend/.prettierignore @@ -0,0 +1,4 @@ +.gitignore +src/lib/i18n/locales/*.json +pnpm-lock.yaml +src/app.html \ No newline at end of file