Skip to content

Commit

Permalink
Add prettierignore to addon so that dist is ignored
Browse files Browse the repository at this point in the history
  • Loading branch information
NullVoxPopuli committed Feb 6, 2023
1 parent b71fbed commit 692305f
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions ember-headless-form/.prettierignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# unconventional js
/blueprints/*/files/

# compiled output
/dist/

# misc
/coverage/

0 comments on commit 692305f

Please sign in to comment.