Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/mail.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Wurst <christoph@winzerhof-wurst.at>2020-01-24 18:29:33 +0300
committerChristoph Wurst <christoph@winzerhof-wurst.at>2020-01-24 18:45:29 +0300
commitc47b1eeca9d112af35d805f0bcadfec48a66a661 (patch)
treef4a36ba12285dcfe629b912adc39994424538392 /.nextcloudignore
parentd1920fd2f1b0bfb8d3401360e37b76bec6a36bfe (diff)
Use .nextcloudignore to expclude packaged files
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Diffstat (limited to '.nextcloudignore')
-rw-r--r--.nextcloudignore37
1 files changed, 37 insertions, 0 deletions
diff --git a/.nextcloudignore b/.nextcloudignore
new file mode 100644
index 000000000..ad491470e
--- /dev/null
+++ b/.nextcloudignore
@@ -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.*