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

25 lines
279 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.ts
2019-06-08 03:23:48 +02:00
/compiler.d.ts
2019-05-22 07:31:39 +02:00
/compiler.*js
2019-05-27 22:07:01 +02:00
/index.*js
/ssr.*js
/action
2019-05-27 21:36:02 +02:00
/internal
/store
/easing
/motion
/transition
/animate
2018-04-29 02:03:42 +02:00
/scratch/
/test/*/samples/_
2018-04-29 02:03:42 +02:00
/yarn-error.log
_actual*.*
_output
2019-05-27 12:50:00 +02:00
/types
.eslintcache