addons-moz-compare/.prettierignore

11 строки
164 B
Plaintext

# exclude everything by default
*.*
# exclude these directories
/coverage/
/node_modules/
# exclude these files
*.lock
# Allow files we want to process
!*.js
!*.md