Skip to content

Commit 279c250

Browse files
committed
chore: sync config from template; add package-lock.json to .gitignore
1 parent d7ad259 commit 279c250

3 files changed

Lines changed: 3 additions & 3365 deletions

File tree

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
11
# Dependencies
22
node_modules/
3+
package-lock.json
34

45
# Build
56
*.vsix
67
out/
8+
coverage/
79

810
# IDE / OS
911
.DS_Store

.vscodeignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ DEVELOPMENT.md
1313
PLAN.md
1414
RELEASE.md
1515
*.vsix
16+
coverage/
1617
node_modules/
1718
package-lock.json
1819
images/icon.svg

0 commit comments

Comments
 (0)