Exclude more files from build
Signed-off-by: Julius Härtl <jus@bitgrid.net>
This commit is contained in:
@@ -5,15 +5,19 @@ exclude = [
|
||||
"js/node_modules",
|
||||
"js/tests",
|
||||
"js/bower.json",
|
||||
"js/.bowerrc",
|
||||
"js/.jshintrc",
|
||||
"js/Gruntfile.js",
|
||||
"js/package.json",
|
||||
"js/package-lock.json",
|
||||
"js/vendor/jquery/",
|
||||
"tests",
|
||||
".codecov.yml",
|
||||
"composer.json",
|
||||
"composer.lock",
|
||||
"_config.yml",
|
||||
".drone.yml",
|
||||
".travis.yml",
|
||||
".eslintignore",
|
||||
".eslintrc.yml",
|
||||
".gitignore",
|
||||
|
||||
Reference in New Issue
Block a user