astro/.prettierignore

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

24 lines
349 B
Text
Raw Normal View History

# To be removed with ".astro" parsing is ready
# Also, be sure to remove "pluginSearchDirs" from config
**/*.astro
2022-03-08 23:20:04 +00:00
# Deep Directories
2021-05-13 19:25:03 +00:00
**/dist
2022-03-31 19:45:00 +00:00
**/.output
**/smoke
2021-05-13 19:25:03 +00:00
**/node_modules
**/fixtures
**/vendor
2021-05-13 19:28:38 +00:00
**/.vercel
2021-11-19 18:09:44 +00:00
examples/docs/**/*.md
examples/blog/**/*.md
2022-03-08 23:20:04 +00:00
# Directories
.github
.changeset
2022-03-08 23:20:04 +00:00
# Files
2021-05-13 19:28:38 +00:00
README.md
2022-03-08 23:20:04 +00:00
packages/webapi/mod.d.ts
pnpm-lock.yaml