2022-03-01 11:59:06 -08:00
|
|
|
# To be removed with ".astro" parsing is ready
|
|
|
|
# Also, be sure to remove "pluginSearchDirs" from config
|
|
|
|
**/*.astro
|
|
|
|
|
2022-03-08 15:20:04 -08:00
|
|
|
# Deep Directories
|
2021-05-13 14:25:03 -05:00
|
|
|
**/dist
|
2022-03-31 16:45:00 -03:00
|
|
|
**/.output
|
2022-03-01 11:59:06 -08:00
|
|
|
**/smoke
|
2021-05-13 14:25:03 -05:00
|
|
|
**/node_modules
|
|
|
|
**/fixtures
|
2021-10-29 12:45:32 -07:00
|
|
|
**/vendor
|
2021-05-13 14:28:38 -05:00
|
|
|
**/.vercel
|
2021-11-19 13:09:44 -05:00
|
|
|
examples/docs/**/*.md
|
2021-11-19 13:18:50 -05:00
|
|
|
examples/blog/**/*.md
|
2022-03-08 15:20:04 -08:00
|
|
|
|
|
|
|
# Directories
|
2021-07-26 12:04:12 -04:00
|
|
|
.github
|
|
|
|
.changeset
|
2022-03-08 15:20:04 -08:00
|
|
|
|
|
|
|
# Files
|
2021-05-13 14:28:38 -05:00
|
|
|
README.md
|
2022-03-08 15:20:04 -08:00
|
|
|
packages/webapi/mod.d.ts
|
2022-03-09 15:36:56 -03:00
|
|
|
pnpm-lock.yaml
|