0
0
mirror of https://github.com/sveltejs/svelte.git synced 2024-12-01 17:30:59 +01:00
svelte/.gitignore

18 lines
293 B
Plaintext
Raw Normal View History

2016-11-16 01:33:17 +01:00
.DS_Store
2016-11-21 13:07:42 +01:00
.nyc_output
2018-04-29 02:03:42 +02:00
node_modules
2018-04-30 02:27:18 +02:00
/cli/
2018-04-29 02:03:42 +02:00
/compiler/
/ssr/
/shared.js
/scratch/
/coverage/
/coverage.lcov/
/test/cli/samples/*/actual
2018-04-29 02:03:42 +02:00
/test/sourcemaps/samples/*/output.js
/test/sourcemaps/samples/*/output.js.map
/src/compile/shared.ts
/package-lock.json
/store.umd.js
/yarn-error.log
_actual*.*