Skip to content

Commit

Permalink
Exclude __pycache__ folder from Prettier formatting
Browse files Browse the repository at this point in the history
This folder contains only generated files, so should not be processed by Prettier.
  • Loading branch information
per1234 committed Jul 19, 2023
1 parent b1ccb6b commit dc828e0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@

/.licenses/
/tests/testdata/test_sync/golden/logs/
__pycache__/
node_modules/

0 comments on commit dc828e0

Please sign in to comment.