Skip to content

Commit

Permalink
#12571 Lagt till vscode och uppdaterat gitignore så att det liknar ed…
Browse files Browse the repository at this point in the history
…silv-repot mer
  • Loading branch information
Robert Sjökvist committed Mar 18, 2022
1 parent 8aa4845 commit 3d80189
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 6 deletions.
14 changes: 8 additions & 6 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
.idea
.vscode
node_modules
dist-commonjs
dist-css
dist-esmodule
dist-umd
dist-var
coverage
npm-debug.log
Thumbs.db
node_modules
debug.log
typings
dist
types
15 changes: 15 additions & 0 deletions .vscode/tasks.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
// See https://go.microsoft.com/fwlink/?LinkId=733558
// for the documentation about the tasks.json format
"version": "2.0.0",
"tasks": [
{
"type": "npm",
"script": "build",
"group": {
"kind": "build",
"isDefault": true
}
}
]
}

0 comments on commit 3d80189

Please sign in to comment.