52209ca2ad
* refactor: remove experimental.cc from core * chore: remove experimental flag from tests * fix: mock contentDir in remark tests * fix: check vfile.path in rel-image-error plugin * fix: move .astro/ excludes to all test/fixtures * fix: include test/**/fixtures in ignore * chore: changeset
30 lines
571 B
Text
30 lines
571 B
Text
node_modules/
|
|
dist/
|
|
*.tsbuildinfo
|
|
.DS_Store
|
|
.vercel
|
|
_site/
|
|
scripts/smoke/*-main/
|
|
scripts/memory/project/src/pages/
|
|
*.log
|
|
package-lock.json
|
|
.turbo/
|
|
.eslintcache
|
|
.pnpm-store
|
|
|
|
# ignore top-level vscode settings
|
|
/.vscode/settings.json
|
|
|
|
# do not commit .env files or any files that end with `.env`
|
|
*.env
|
|
|
|
packages/astro/src/**/*.prebuilt.ts
|
|
!packages/astro/vendor/vite/dist
|
|
packages/integrations/**/.netlify/
|
|
|
|
# exclude IntelliJ/WebStorm stuff
|
|
.idea
|
|
|
|
# ignore content collection generated files
|
|
packages/**/test/**/fixtures/**/.astro/
|
|
packages/**/test/**/fixtures/**/env.d.ts
|