0281d6a65b
* Updated npmrc * Removed volta in favor of engines * ignore pnpm lock * move comments
22 lines
338 B
Text
22 lines
338 B
Text
# To be removed with ".astro" parsing is ready
|
|
# Also, be sure to remove "pluginSearchDirs" from config
|
|
**/*.astro
|
|
|
|
# Deep Directories
|
|
**/dist
|
|
**/smoke
|
|
**/node_modules
|
|
**/fixtures
|
|
**/vendor
|
|
**/.vercel
|
|
examples/docs/**/*.md
|
|
examples/blog/**/*.md
|
|
|
|
# Directories
|
|
.github
|
|
.changeset
|
|
|
|
# Files
|
|
README.md
|
|
packages/webapi/mod.d.ts
|
|
pnpm-lock.yaml
|