Skip to content

Commit fc5194c

Browse files
committed
wip: add bundling
1 parent f62c062 commit fc5194c

14 files changed

+1156
-8026
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
node_modules
22
*.vsix
3-
out/
43
.DS_Store
4+
dist/
55

66
# Yarn >2.0.0
77
.yarn

.vscodeignore

Lines changed: 12 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
1-
.vscode/**
2-
.vscode-test/**
3-
.gitignore
4-
vsc-extension-quickstart.md
5-
grammar/
6-
.yarn/
1+
**/*
2+
3+
# Include only this files
4+
!dist/
5+
!LICENSE
6+
!CHANGELOG.md
7+
!package.json
8+
!README.md
9+
!language-configuration.json
10+
!syntaxes/
11+
!snippets/
12+
!logo.png

0 commit comments

Comments
 (0)