Skip to content

Commit 0166246

Browse files
authored
Update vscodeignore (#21)
1 parent 5fca316 commit 0166246

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

.vscodeignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,7 @@ vsc-extension-quickstart.md
99
**/.eslintrc.json
1010
**/*.map
1111
**/*.ts
12+
.github/**
13+
media/demo.gif
14+
node_modules/**
15+
*.vsix

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"displayName": "Save Commands",
44
"description": "Simple VSCode Extension to save and execute terminal commands.",
55
"icon": "media/save-commands.png",
6-
"version": "1.0.0",
6+
"version": "1.0.1",
77
"engines": {
88
"vscode": "^1.74.0"
99
},

0 commit comments

Comments
 (0)