# In addition to gitignore...

# generated files
pnpm-lock.yaml
dist
unstable-preview-types
preview-types
warp-drive-packages/core/types

# we disagree with prettier and we are even more opinionated than they are
*.hbs
*.html
*.md

# these files would be YUGE if we prettified them
MOCK_DATA.json
.mock-cache/

# unconventional
blueprints/
vendor/
!tests/blueprints/

# prettier is reporting syntax errors in these
*.yml

# we don't really care about these
main/public/
tests/fastboot/public/
