Refactor composer-archives
This commit is contained in:
parent
5f560e151e
commit
351ce0cdad
|
@ -55,17 +55,24 @@
|
|||
"exclude": [
|
||||
"/*.tar",
|
||||
".devcontainer",
|
||||
"gulp",
|
||||
".drone.yml",
|
||||
".eslintrc.js",
|
||||
".gitignore",
|
||||
".vscode/",
|
||||
"composer.lock",
|
||||
"gulp",
|
||||
"gulpfile.ts",
|
||||
"node_modules/",
|
||||
"package-lock.json",
|
||||
"package.json",
|
||||
"src/",
|
||||
"test/",
|
||||
"tsconfig.json",
|
||||
"tslint.json"
|
||||
"tsconfig.*.json",
|
||||
"/test/",
|
||||
"!/assets/",
|
||||
"!/css/",
|
||||
"!/javascript/",
|
||||
"!/templates/"
|
||||
]
|
||||
},
|
||||
"extra": {
|
||||
|
|
Loading…
Reference in a new issue