mirror of
https://github.com/withastro/astro.git
synced 2024-12-16 21:46:22 -05:00
11 lines
332 B
YAML
11 lines
332 B
YAML
packages:
|
|
- 'packages/**/*'
|
|
- 'packages/astro/test/units/_temp-fixtures'
|
|
- 'examples/**/*'
|
|
- 'smoke/**/*'
|
|
- 'scripts'
|
|
- 'benchmark'
|
|
- 'benchmark/packages/*'
|
|
# Below excludes are only for Turbo because it doesn't respect gitignore like pnpm does
|
|
- '!packages/astro/test/units/_temp-fixtures/*'
|
|
- '!**/.vercel/**'
|