exclude source files and node_modules from extension bundle

This commit is contained in:
Daniel Castillo 2020-05-17 15:38:04 +02:00
parent ad3fab1072
commit e5b18427cf
No known key found for this signature in database
GPG Key ID: 49E8948E4AEF5C39
2 changed files with 4 additions and 1 deletions

2
.gitignore vendored
View File

@ -1,3 +1,3 @@
.DS_Store
node_modules/
/themes/
/themes/

View File

@ -1,3 +1,6 @@
.vscode/**
.vscode-test/**
.gitignore
/node_modules/
/package-lock.json
/src/