Commit 93a1f4d

HPCesia <me@hpcesia.com>
2025-02-24 01:52:47
chore: update .prettierignore
1 parent 60a3037
Changed files (1)
.prettierignore
@@ -1,4 +1,7 @@
 dist
 node_modules
 .github
-.changeset
\ No newline at end of file
+.changeset
+
+# Ignore mdx files because Prettier doesn't support them well.
+*.mdx
\ No newline at end of file