mirror of
https://github.com/sveltejs/svelte.git
synced 2024-11-21 19:38:58 +01:00
26 lines
296 B
Plaintext
26 lines
296 B
Plaintext
.idea
|
|
.DS_Store
|
|
.nyc_output
|
|
.vscode
|
|
node_modules
|
|
*.map
|
|
/src/compiler/compile/internal_exports.ts
|
|
/compiler.d.ts
|
|
/compiler.*js
|
|
/index.*js
|
|
/ssr.*js
|
|
/internal
|
|
/store
|
|
/easing
|
|
/motion
|
|
/transition
|
|
/animate
|
|
/scratch/
|
|
/coverage/
|
|
/coverage.lcov
|
|
/test/*/samples/_
|
|
/yarn-error.log
|
|
_actual*.*
|
|
_output
|
|
/types
|