148e61d249
* feat: remove webapi in favor of a smaller polyfill
* test: remove old test
* test: 🤦♀️
* chore: changeset
25 lines
487 B
Text
25 lines
487 B
Text
# Ignoring these files for now due to https://github.com/withastro/compiler/issues/585
|
|
examples/basics/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
|
|
|
|
# Benchmark artifacts
|
|
benchmark/projects/
|
|
benchmark/results/
|
|
|
|
# Deep Directories
|
|
**/dist
|
|
**/smoke
|
|
**/node_modules
|
|
**/fixtures
|
|
**/vendor
|
|
**/.vercel
|
|
|
|
# Directories
|
|
.github
|
|
.changeset
|
|
|
|
# Files
|
|
pnpm-lock.yaml
|