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

32 lines
580 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
*.map
2019-01-26 18:50:35 +01:00
/src/compile/internal-exports.ts
/compiler.js
/index.js
/internal.*
/store.js
2018-12-23 22:51:50 +01:00
/easing.js
2019-01-01 22:54:50 +01:00
/motion.*
2018-12-23 22:51:50 +01:00
/transition.js
/animate.js
2018-04-29 02:03:42 +02:00
/scratch/
/coverage/
/coverage.lcov/
/test/sourcemaps/samples/*/output.js
/test/sourcemaps/samples/*/output.js.map
/test/sourcemaps/samples/*/output.css
/test/sourcemaps/samples/*/output.css.map
2018-04-29 02:03:42 +02:00
/yarn-error.log
_actual*.*
/site/cypress/screenshots/
/site/__sapper__/
/site/.env
2018-12-23 05:24:31 +01:00
/site/.sessions
/site/static/svelte-app.json
/site/static/contributors.jpg
2018-12-26 21:58:07 +01:00
/site/scripts/svelte-app
/site/src/routes/_contributors.js