0
0
mirror of https://github.com/sveltejs/svelte.git synced 2024-11-25 00:51:01 +01:00
svelte/.prettierignore

18 lines
289 B
Plaintext
Raw Normal View History

2023-05-08 23:32:52 +02:00
/*
!/elements
!/scripts
# TODO: after launch new site, format site dir.
/site
!/src
src/compiler/compile/internal_exports.js
src/shared/version.js
2023-05-08 23:32:52 +02:00
!/test
/test/**/*.svelte
/test/**/_expected*
/test/**/_actual*
/test/**/expected*
/test/**/_output
2023-05-08 23:32:52 +02:00
/types
!rollup.config.js
!vitest.config.js