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

Merge pull request #2544 from nextcloud/refactor/nextcloud-ignore

Use .nextcloudignore to exclude packaged files
parents 10837b2b 6a3644b7
No related branches found
No related tags found
No related merge requests found
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.*",
]
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