mirror of
https://github.com/sveltejs/svelte.git
synced 2024-11-24 16:29:46 +01:00
fe8a9ce31d
Co-authored-by: Rich Harris <rich.harris@vercel.com> Co-authored-by: Simon Holthausen <simon.holthausen@vercel.com> Co-authored-by: Dominic Gannaway <dg@domgan.com>
31 lines
868 B
Plaintext
31 lines
868 B
Plaintext
# NOTE: In general this should be kept in sync with .eslintignore
|
|
|
|
packages/**/dist/*.js
|
|
packages/**/build/*.js
|
|
packages/**/npm/**/*
|
|
packages/**/config/*.js
|
|
packages/svelte/tests/**/*.svelte
|
|
packages/svelte/tests/**/_expected*
|
|
packages/svelte/tests/**/_actual*
|
|
packages/svelte/tests/**/expected*
|
|
packages/svelte/tests/**/_output
|
|
packages/svelte/tests/**/shards/*.test.js
|
|
packages/svelte/tests/hydration/samples/*/_before.html
|
|
packages/svelte/tests/hydration/samples/*/_before_head.html
|
|
packages/svelte/tests/hydration/samples/*/_after.html
|
|
packages/svelte/tests/hydration/samples/*/_after_head.html
|
|
packages/svelte/types
|
|
packages/svelte/compiler.cjs
|
|
playgrounds/demo/src
|
|
playgrounds/sandbox/input/**.svelte
|
|
playgrounds/sandbox/output
|
|
**/*.md
|
|
**/node_modules
|
|
**/.svelte-kit
|
|
flow-typed
|
|
.github/CODEOWNERS
|
|
.prettierignore
|
|
.eslintignore
|
|
pnpm-lock.yaml
|
|
pnpm-workspace.yaml
|