mirror of
https://github.com/zen-browser/desktop.git
synced 2026-09-02 03:33:34 +00:00
18 lines
403 B
C++
18 lines
403 B
C++
diff --git a/.prettierignore b/.prettierignore
|
|
index bd8ab46ff7175f5039b69b04c1afe53ab8efe746..7ae12a1ff3724e99aeec2e93518640a2fa9611e6 100644
|
|
--- a/.prettierignore
|
|
+++ b/.prettierignore
|
|
@@ -1807,3 +1807,12 @@ tools/ts/test/baselines/
|
|
try_task_config.json
|
|
xpcom/idl-parser/xpidl/fixtures/xpctest.d.json
|
|
**/package-lock.json
|
|
+
|
|
+
|
|
+*.bundle.min.js
|
|
+*.min.js
|
|
+*.min.mjs
|
|
+*.inc
|
|
+**/mochitests/**
|
|
+*.svg
|
|
+
|