Skip to content
Snippets Groups Projects
Unverified Commit e384a75f authored by Christoph Wurst's avatar Christoph Wurst
Browse files

Update packaging ignore list

parent 50231240
No related branches found
No related tags found
No related merge requests found
......@@ -6,14 +6,16 @@ before_cmds = [
]
exclude = [
"bower.json",
".bowerrc",
"babel.config.js",
".babelrc",
"build",
"composer.json",
"composer.lock",
"composer.phar",
"CONTRIBUTING.md",
"coverage",
".editorconfig",
".eslintrc.js",
".git",
".gitattributes",
".github",
......@@ -24,27 +26,22 @@ exclude = [
".jscsrc",
".jshintignore",
".jshintrc",
"js/controller",
"js/models",
"js/service",
"js/templatehelpers",
"js/templates",
"js/tests",
"js/util",
"js/views",
"js/webpack.*.js",
"karma.conf.js",
"krankerl.toml",
"l10n/no-php",
".tx",
"Makefile",
"nbproject",
"node_modules",
"package.json",
"package-lock.json",
".phan",
"phpunit*xml",
"postcss.config.js",
"screenshots",
".scrutinizer.yml",
"src",
"tests",
".travis.yml",
"vendor/bin",
"webpack.*",
]
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment