#-------------------------------------------------------------------------------
#
# Prettier Ignores, https://prettier.io/docs/en/ignore.html
#
#-------------------------------------------------------------------------------

# Fixtures used in testing that must retain current configuration.
/integration/fixtures/css/
/unit/fixtures/

# No need to touch any library code.
/node_modules/

# Leave generated code alone.
/package-lock.json
/.nyc_output/
/integration/.temp/
