# Adapted from https://stackoverflow.com/a/70715829
# We turn prettier ignore into prettier include. Start by ignoring everything,
# then add back the files we want Prettier to format, then tell Prettier to
# search subdirectories.

# Ignore everything
*

# Include files by extension
!*.json
!*.md
!*.yaml

# Include files that don't use file extensions
!.prettierrc

# Check subdirectories
!*/

# Except a build/ subdirectory
