mirror of
https://github.com/withastro/astro.git
synced 2024-12-30 22:03:56 -05:00
12 lines
332 B
YAML
12 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/**'
|