mirror of
https://github.com/sveltejs/svelte.git
synced 2024-11-22 03:47:27 +01:00
24 lines
480 B
Plaintext
24 lines
480 B
Plaintext
|
# NOTE: In general this should be kept in sync with .eslintignore
|
||
|
|
||
|
**/dist/**
|
||
|
**/config/**
|
||
|
**/build/**
|
||
|
**/playgrounds/sandbox/**
|
||
|
**/npm/**
|
||
|
**/*.js.flow
|
||
|
**/*.d.ts
|
||
|
**/playwright*/**
|
||
|
**/vite.config.js
|
||
|
**/vite.prod.config.js
|
||
|
**/node_modules
|
||
|
|
||
|
**/tests/**
|
||
|
|
||
|
# documentation can contain invalid examples
|
||
|
documentation/**
|
||
|
|
||
|
# contains a fork of the REPL which doesn't adhere to eslint rules
|
||
|
sites/svelte-5-preview/**
|
||
|
# Wasn't checked previously, reenable at some point
|
||
|
sites/svelte.dev/**
|