sharedrop/.prettierignore
2019-01-15 17:18:44 +01:00

17 lines
139 B
Plaintext

##########
# Common
##########
# Duh
.git/
# Third party
/node_modules/
/vendor/
# Build products
/dist/
/tmp/
/coverage/
/.sass-cache/