Skip to content

Commit

Permalink
maint/dev ~ add Prettier ignore file (to simplify automation)
Browse files Browse the repository at this point in the history
  • Loading branch information
rivy committed Dec 13, 2020
1 parent c5819ed commit fb7b8c6
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# Prettier "ignore" list

# * otherwise managed files
.vscode
package.json

# * build/coverage artifacts
.nyc_output
build
coverage
CHANGELOG
CHANGELOG.*
dist

# * format-sensitive files
.changelog/*.tpl.*

# * third-party code
node_modules

0 comments on commit fb7b8c6

Please sign in to comment.