Clean up extension packaging (#5416)

* Clean up extension packaging

* Add sql image
This commit is contained in:
Charles Gagnon
2019-05-07 16:52:00 -07:00
committed by GitHub
parent 005808f003
commit da5076a4dc
16 changed files with 24 additions and 2714 deletions

1
extensions/agent/.gitignore vendored Normal file
View File

@@ -0,0 +1 @@
*.vsix

View File

@@ -1,2 +1,3 @@
client/src/**
client/tsconfig.json
src/**
out/test/**
tsconfig.json

File diff suppressed because it is too large Load Diff

View File

@@ -0,0 +1 @@
*.vsix

View File

@@ -0,0 +1,2 @@
src/**
tsconfig.json

1
extensions/cms/.gitignore vendored Normal file
View File

@@ -0,0 +1 @@
*.vsix

View File

@@ -0,0 +1,3 @@
out/test/**
src/**
tsconfig.json

Binary file not shown.

After

Width:  |  Height:  |  Size: 37 KiB

View File

@@ -5,6 +5,8 @@
"version": "0.1.0",
"publisher": "Microsoft",
"preview": true,
"license": "https://raw.githubusercontent.com/Microsoft/azuredatastudio/master/LICENSE.txt",
"icon": "images/sqlserver.png",
"engines": {
"vscode": "^1.25.0",
"sqlops": "*"

1
extensions/dacpac/.gitignore vendored Normal file
View File

@@ -0,0 +1 @@
*.vsix

View File

@@ -0,0 +1,2 @@
src/**
tsconfig.json

View File

@@ -1 +1,2 @@
flatfileimportservice/
*.vsix

View File

@@ -1,2 +1,3 @@
client/src/**
client/tsconfig.json
src/**
tsconfig.json
.gitignore

1
extensions/profiler/.gitignore vendored Normal file
View File

@@ -0,0 +1 @@
*.vsix

1
extensions/schema-compare/.gitignore vendored Normal file
View File

@@ -0,0 +1 @@
*.vsix

View File

@@ -0,0 +1,2 @@
src/**
tsconfig.json