exclude source files and node_modules from extension bundle
This commit is contained in:
parent
ad3fab1072
commit
e5b18427cf
2 changed files with 4 additions and 1 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -1,3 +1,3 @@
|
|||
.DS_Store
|
||||
node_modules/
|
||||
/themes/
|
||||
/themes/
|
||||
|
|
|
@ -1,3 +1,6 @@
|
|||
.vscode/**
|
||||
.vscode-test/**
|
||||
.gitignore
|
||||
/node_modules/
|
||||
/package-lock.json
|
||||
/src/
|
||||
|
|
Loading…
Reference in a new issue