Use .nextcloudignore to expclude packaged files
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
This commit is contained in:
Родитель
d1920fd2f1
Коммит
c47b1eeca9
|
@ -0,0 +1,37 @@
|
|||
babel.config.js
|
||||
.babelrc
|
||||
build
|
||||
composer.*
|
||||
CONTRIBUTING.md
|
||||
coverage
|
||||
.editorconfig
|
||||
.eslintrc.js
|
||||
.git
|
||||
.gitattributes
|
||||
.github
|
||||
.gitignore
|
||||
Gruntfile.js
|
||||
.hg
|
||||
issue_template.md
|
||||
.jscsrc
|
||||
.jshintignore
|
||||
.jshintrc
|
||||
karma.conf.js
|
||||
krankerl.toml
|
||||
l10n/no-php
|
||||
.tx
|
||||
Makefile
|
||||
.nextcloudignore
|
||||
node_modules
|
||||
package.json
|
||||
package-lock.json
|
||||
.phan
|
||||
phpunit*xml
|
||||
postcss.config.js
|
||||
screenshots
|
||||
.scrutinizer.yml
|
||||
src
|
||||
tests
|
||||
.travis.yml
|
||||
vendor/bin
|
||||
webpack.*
|
|
@ -4,44 +4,3 @@ before_cmds = [
|
|||
"npm install --deps",
|
||||
"npm run build",
|
||||
]
|
||||
|
||||
exclude = [
|
||||
"babel.config.js",
|
||||
".babelrc",
|
||||
"build",
|
||||
"composer.json",
|
||||
"composer.lock",
|
||||
"composer.phar",
|
||||
"CONTRIBUTING.md",
|
||||
"coverage",
|
||||
".editorconfig",
|
||||
".eslintrc.js",
|
||||
".git",
|
||||
".gitattributes",
|
||||
".github",
|
||||
".gitignore",
|
||||
"Gruntfile.js",
|
||||
".hg",
|
||||
"issue_template.md",
|
||||
".jscsrc",
|
||||
".jshintignore",
|
||||
".jshintrc",
|
||||
"karma.conf.js",
|
||||
"krankerl.toml",
|
||||
"l10n/no-php",
|
||||
".tx",
|
||||
"Makefile",
|
||||
"node_modules",
|
||||
"package.json",
|
||||
"package-lock.json",
|
||||
".phan",
|
||||
"phpunit*xml",
|
||||
"postcss.config.js",
|
||||
"screenshots",
|
||||
".scrutinizer.yml",
|
||||
"src",
|
||||
"tests",
|
||||
".travis.yml",
|
||||
"vendor/bin",
|
||||
"webpack.*",
|
||||
]
|
||||
|
|
Загрузка…
Ссылка в новой задаче