0
Fork 0
mirror of https://github.com/withastro/astro.git synced 2024-12-16 21:46:22 -05:00
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 18:20:04 -05:00
# Deep Directories
2021-05-13 14:25:03 -05:00
**/dist
**/smoke
2021-05-13 14:25:03 -05:00
**/node_modules
**/fixtures
**/vendor
2021-05-13 14:28:38 -05:00
**/.vercel
2021-11-19 13:09:44 -05:00
examples/docs/**/*.md
examples/blog/**/*.md
2022-03-08 18:20:04 -05:00
# Directories
.github
.changeset
2022-03-08 18:20:04 -05:00
# Files
2021-05-13 14:28:38 -05:00
README.md
2022-03-08 18:20:04 -05:00
packages/webapi/mod.d.ts
pnpm-lock.yaml