Skip to content

Commit 3d80189

Browse files
author
Robert Sjökvist
committed
#12571 Lagt till vscode och uppdaterat gitignore så att det liknar edsilv-repot mer
1 parent 8aa4845 commit 3d80189

File tree

2 files changed

+23
-6
lines changed

2 files changed

+23
-6
lines changed

.gitignore

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
1-
.idea
2-
.vscode
3-
node_modules
1+
dist-commonjs
2+
dist-css
3+
dist-esmodule
4+
dist-umd
5+
dist-var
6+
coverage
47
npm-debug.log
5-
Thumbs.db
8+
node_modules
69
debug.log
7-
typings
8-
dist
10+
types

.vscode/tasks.json

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
{
2+
// See https://go.microsoft.com/fwlink/?LinkId=733558
3+
// for the documentation about the tasks.json format
4+
"version": "2.0.0",
5+
"tasks": [
6+
{
7+
"type": "npm",
8+
"script": "build",
9+
"group": {
10+
"kind": "build",
11+
"isDefault": true
12+
}
13+
}
14+
]
15+
}

0 commit comments

Comments
 (0)