Skip to content

Commit

Permalink
[oxidio] set composer attribute extra.oxideshop.blacklist-filter
Browse files Browse the repository at this point in the history
  • Loading branch information
kaluzki committed Nov 29, 2018
1 parent 9b06a32 commit 1dfa3d7
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,18 @@
"extra": {
"oxideshop": {
"target-directory": "flow",
"assets-directory": "out/flow"
"assets-directory": "out/flow",
"blacklist-filter": [
"build/**/*",
"grunt/**/*",
".gitattributes",
".gitignore",
"CHANGELOG.md",
"composer.json",
"CONTRIBUTING.md",
"Gruntfile.js",
"package.json"
]
}
}
}

0 comments on commit 1dfa3d7

Please sign in to comment.