astro/.prettierignore

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

27 lines
530 B
Text
Raw Normal View History

# Ignoring these files for now due to https://github.com/withastro/compiler/issues/318
examples/basics/src/layouts
examples/blog/src/layouts
examples/with-nanostores/src/layouts
# Ignoring this file for now due to https://github.com/withastro/compiler/issues/485
packages/markdown/component/Markdown.astro
2022-03-08 23:20:04 +00:00
# Deep Directories
2021-05-13 19:25:03 +00:00
**/dist
**/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