misc/ remove useless files from final package
This commit is contained in:
@@ -6,18 +6,24 @@
|
||||
"files": [
|
||||
"**/*",
|
||||
"!**/*.ts",
|
||||
"!*.code-workspace",
|
||||
"!LICENSE.md",
|
||||
"!.github",
|
||||
"!.vscode",
|
||||
"!.code-workspace",
|
||||
"!.npmrc",
|
||||
"!*.md",
|
||||
"!package.json",
|
||||
"!package-lock.json",
|
||||
"!src/",
|
||||
"!e2e/",
|
||||
"!hooks/",
|
||||
"!angular.json",
|
||||
"!_config.yml",
|
||||
"!angular.json",
|
||||
"!tsconfig*.json",
|
||||
"!tslint.json",
|
||||
"!.eslintrc.json",
|
||||
"!karma.conf.js",
|
||||
"!tsconfig.json",
|
||||
"!tslint.json"
|
||||
"!angular.webpack.js",
|
||||
"!*.map"
|
||||
],
|
||||
"win": {
|
||||
"icon": "dist/assets/icons",
|
||||
|
||||
Reference in New Issue
Block a user