devblog/.prettierignore

14 lines
184 B
Text
Raw Normal View History

2024-12-25 02:14:10 -05:00
# Ignore everything
/*
# Except these files & folders
!/src
!/public
!/.github
!tsconfig.json
!astro.config.ts
2025-03-08 19:45:21 -05:00
!.prettierrc.mjs
2024-12-25 02:14:10 -05:00
!package.json
!.prettierrc
2025-03-08 19:45:21 -05:00
!eslint.config.js
2024-12-25 02:14:10 -05:00
!README.md