Skip to content

Commit

Permalink
Add .vscode settings folder to gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
Nargonath committed Oct 23, 2020
1 parent 9a7654a commit 0eb8eca
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
@@ -1,3 +1,4 @@
node_modules
!test/**/node_modules
package-lock.json
.vscode
4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -40,8 +40,8 @@
"@hapi/wreck": "17.x.x",
"bin-v8-flags-filter": ">=1.2.0 <2",
"glob": "7.x.x",
"marked": "0.7.x",
"marked-terminal": "3.x.x",
"marked": "1.2.x",
"marked-terminal": "4.x.x",
"mkdirp": "0.5.x",
"pkg-dir": "4.x.x",
"pluralize": "7.x.x",
Expand Down

0 comments on commit 0eb8eca

Please sign in to comment.