0
0
mirror of https://github.com/sveltejs/svelte.git synced 2024-11-25 17:19:22 +01:00
svelte/.gitignore
Yuichiro Yamashita 9635a2e413
[chore] remove nyc stuff (#7601)
It appears that forgot to remove config related to nyc in this commit.

f1ca1cc098
2022-06-12 16:37:49 +02:00

24 lines
266 B
Plaintext

.idea
.DS_Store
.vscode
node_modules
*.map
/src/compiler/compile/internal_exports.ts
/compiler.d.ts
/compiler.*js
/index.*js
/ssr.*js
/action
/internal
/store
/easing
/motion
/transition
/animate
/scratch/
/test/*/samples/_
/yarn-error.log
_actual*.*
_output
/types