Skip to content

Commit

Permalink
Configures prettier to ignore .mock directory (#191)
Browse files Browse the repository at this point in the history
  • Loading branch information
twitchard authored Oct 7, 2024
1 parent ea43750 commit 80da7db
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .fernignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ justfile
tsconfig.dev.json
.nvmrc
.github
.prettierignore

# Wrapper client
src/wrapper
Expand Down
1 change: 1 addition & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
.mock

0 comments on commit 80da7db

Please sign in to comment.