File tree Expand file tree Collapse file tree 1 file changed +45
-0
lines changed Expand file tree Collapse file tree 1 file changed +45
-0
lines changed Original file line number Diff line number Diff line change 1+ [package ]
2+ exclude = [
3+ " .babelrc" ,
4+ " bower.json" ,
5+ " .bowerrc" ,
6+ " /build" ,
7+ " composer.json" ,
8+ " docs" ,
9+ " .drone.yml" ,
10+ " .editorconfig" ,
11+ " .eslintignore" ,
12+ " .eslintrc.yml" ,
13+ " .git" ,
14+ " .gitattributes" ,
15+ " .github" ,
16+ " .gitignore" ,
17+ " .jscsrc" ,
18+ " .jshintrc" ,
19+ " .jshintignore" ,
20+ " .l10nignore" ,
21+ " js/tests" ,
22+ " karma.conf.js" ,
23+ " l10n/no-php" ,
24+ " .tx" ,
25+ " Makefile" ,
26+ " node_modules" ,
27+ " package.json" ,
28+ " phpunit*xml" ,
29+ " README.md" ,
30+ " run-*lint.sh" ,
31+ " .scrutinizer.yml" ,
32+ " .stylelintrc" ,
33+ " /src" ,
34+ " tests" ,
35+ " .travis.yml" ,
36+ " webpack.*.js"
37+ ]
38+
39+ before_cmds = [
40+ " make clean" ,
41+ " make clean-dev" ,
42+ " make clean-dev" ,
43+ " make npm-init" ,
44+ " make build-js-production"
45+ ]
You can’t perform that action at this time.
0 commit comments