9ec8980bd2
* fix failing format command in CI * adds a check to formatting to ci * ignore the prettier plugin for now * update smoke to remove prettier plugin
16 lines
264 B
Text
16 lines
264 B
Text
# To be removed with ".astro" parsing is ready
|
|
# Also, be sure to remove "pluginSearchDirs" from config
|
|
**/*.astro
|
|
|
|
# Config
|
|
**/dist
|
|
**/smoke
|
|
**/node_modules
|
|
**/fixtures
|
|
**/vendor
|
|
**/.vercel
|
|
examples/docs/**/*.md
|
|
examples/blog/**/*.md
|
|
.github
|
|
.changeset
|
|
README.md
|