Skip to content

Commit

Permalink
chore: tell Prettier to ignore built files
Browse files Browse the repository at this point in the history
Otherwise:

  yarn build # puts built stuff in "lib" directories
  yarn format:check # complains about built stuff
  • Loading branch information
wincent committed Aug 4, 2023
1 parent e88abe4 commit 2d9f923
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,7 @@

# Generated file.
/packages/lexer/src/lex.ts

# Ignore built files (".js", ".d.ts") under "lib" directories like
# "packages/lexer/lib/" etc.
lib

0 comments on commit 2d9f923

Please sign in to comment.