summaryrefslogtreecommitdiff
path: root/.prettierignore
diff options
context:
space:
mode:
Diffstat (limited to '.prettierignore')
-rw-r--r--.prettierignore16
1 files changed, 16 insertions, 0 deletions
diff --git a/.prettierignore b/.prettierignore
new file mode 100644
index 0000000..886787f
--- /dev/null
+++ b/.prettierignore
@@ -0,0 +1,16 @@
+.DS_Store
+node_modules
+/build
+/package
+.env
+.env.*
+!.env.example
+package-lock.json
+dist/
+.astro/
+npm-debug.log*
+.vscode
+.prettierignore
+.gitattributes
+.gitignore
+*.ico \ No newline at end of file