0
0
mirror of https://github.com/sveltejs/svelte.git synced 2024-11-22 12:27:29 +01:00
svelte/.gitignore

26 lines
350 B
Plaintext
Raw Normal View History

2019-05-21 17:51:36 +02:00
.idea
2016-11-16 01:33:17 +01:00
.DS_Store
2020-03-24 14:29:19 +01:00
.vscode
2018-04-29 02:03:42 +02:00
node_modules
*.map
/src/compiler/compile/internal_exports.js
/src/shared/version.js
2019-06-08 03:23:48 +02:00
/compiler.d.ts
/compiler.cjs
/index.d.ts
/action.d.ts
/internal.d.ts
/store.d.ts
/easing.d.ts
/motion.d.ts
/transition.d.ts
/animate.d.ts
2018-04-29 02:03:42 +02:00
/scratch/
/test/*/samples/_
/test/runtime/shards
2018-04-29 02:03:42 +02:00
/yarn-error.log
_actual*.*
_output
2019-05-27 12:50:00 +02:00
/types
.eslintcache