# Prettier Ignorefile

## Static Files
**/LICENSE

## Build asset directories
/build
coverage
dist
out

## Environment
*.env

## Secrets
*.secrets

## Yarn
.yarn/**/*

## Node
node_modules

## Configs
.zshrc
*.log
*.yaml
*.yml

