addons-pm/.prettierignore

14 строки
176 B
Plaintext

# exclude everything by default
*.*
# exclude these directories
/dist/
/node_modules/
/build/
/config/
/coverage/
Procfile
# Allow files we want to process
!*.js
!*.md
!*.scss