Skip to content

Commit

Permalink
add more ignore to prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
Josh-Walker-GM committed Aug 14, 2024
1 parent 608946c commit c946237
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .prettierignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
# Ignore built code
**/dist

# Do not format Markdown files to allow easier documentation contribution
*.md
# Ignore fixture projects
__fixtures__

# Ignore the docs (docusaurus) project
docs/

# Ignore the .nx directory
/.nx

0 comments on commit c946237

Please sign in to comment.