mirror of
https://github.com/sveltejs/svelte.git
synced 2024-11-29 16:36:44 +01:00
b87f930002
closes #1875
31 lines
538 B
Plaintext
31 lines
538 B
Plaintext
.DS_Store
|
|
.nyc_output
|
|
node_modules
|
|
*.map
|
|
/cli/
|
|
/compiler.js
|
|
/index.js
|
|
/internal.*
|
|
/store.js
|
|
/easing.js
|
|
/motion.*
|
|
/transition.js
|
|
/scratch/
|
|
/coverage/
|
|
/coverage.lcov/
|
|
/test/cli/samples/*/actual
|
|
/test/sourcemaps/samples/*/output.js
|
|
/test/sourcemaps/samples/*/output.js.map
|
|
/test/sourcemaps/samples/*/output.css
|
|
/test/sourcemaps/samples/*/output.css.map
|
|
/yarn-error.log
|
|
_actual*.*
|
|
|
|
/site/cypress/screenshots/
|
|
/site/__sapper__/
|
|
/site/.env
|
|
/site/.sessions
|
|
/site/static/svelte-app.json
|
|
/site/scripts/svelte-app
|
|
/site/src/routes/_contributors.js
|