mirror of
https://github.com/zen-browser/desktop.git
synced 2026-05-20 12:01:27 +00:00
18 lines
401 B
C++
18 lines
401 B
C++
diff --git a/.prettierignore b/.prettierignore
|
|
index 4c6d186c501f7e1b029db186d387f73d97dfed1e..81d0f7dc7f412151256c13ed93bd34d7bd872681 100644
|
|
--- a/.prettierignore
|
|
+++ b/.prettierignore
|
|
@@ -1806,3 +1806,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
|
|
+
|