frzn.dev/.prettierignore
NotAShelf 91119c8774
chore: configure prettier to mind its own business
Signed-off-by: NotAShelf <raf@notashelf.dev>
Change-Id: I446dc88e7dab36f8955338d650b85ac46a6a6964
2026-04-08 22:01:10 +03:00

28 lines
287 B
Text

# Dependencies
node_modules/
# Build output
dist/
# Generated types
.astro/
# Misc
.DS_Store
.env
.env.*
!.env.example
# Debugging
npm-debug.log*
yarn-debug.log*
yarn-error.log*
.pnpm-debug.log*
# Things handled by other linters
*.md
*.yaml
*.yml
*.json
!.prettierrc
!.package.json