web-ext/.prettierignore

18 lines
221 B
Plaintext

# exclude everything by default
*.*
# exclude these files
package-lock.json
LICENSE
# exclude these directories
/artifacts/
/coverage/
/lib/
/node_modules/
/tests/fixtures/
# allow files we want to process
!*.js
!*.md