mirror of https://github.com/sveltejs/svelte
parent
8f1c4b38c9
commit
2ca0050f0f
@ -1,22 +1,16 @@
|
|||||||
.DS_Store
|
.DS_Store
|
||||||
node_modules
|
|
||||||
compiler
|
|
||||||
ssr
|
|
||||||
shared.js
|
|
||||||
scratch
|
|
||||||
!test/compiler
|
|
||||||
!test/ssr
|
|
||||||
.nyc_output
|
.nyc_output
|
||||||
coverage
|
node_modules
|
||||||
coverage.lcov
|
/compiler/
|
||||||
test/sourcemaps/samples/*/output.js
|
/ssr/
|
||||||
test/sourcemaps/samples/*/output.js.map
|
/shared.js
|
||||||
_actual.*
|
/scratch/
|
||||||
_actual-v2.*
|
/coverage/
|
||||||
_actual-bundle.*
|
/coverage.lcov/
|
||||||
src/compile/shared.ts
|
/test/sourcemaps/samples/*/output.js
|
||||||
package-lock.json
|
/test/sourcemaps/samples/*/output.js.map
|
||||||
.idea/
|
/src/compile/shared.ts
|
||||||
*.iml
|
/package-lock.json
|
||||||
store.umd.js
|
/store.umd.js
|
||||||
yarn-error.log
|
/yarn-error.log
|
||||||
|
_actual*.*
|
Loading…
Reference in new issue