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-27 19:19:34 +0300
committerChristoph Wurst <christoph@winzerhof-wurst.at>2020-01-27 19:19:34 +0300
commit832b0fa246c82b3a6a090278f0ab50b668bf1fa3 (patch)
treed9667ef38c76106deecafc6d8e097eb2434da7b1 /.nextcloudignore
parent5dc1f69d21b7d26a5027c246485652981ec49b9b (diff)
Fix packaging ignore config
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Diffstat (limited to '.nextcloudignore')
-rw-r--r--.nextcloudignore59
1 files changed, 29 insertions, 30 deletions
diff --git a/.nextcloudignore b/.nextcloudignore
index ad491470e..f10dd5db0 100644
--- a/.nextcloudignore
+++ b/.nextcloudignore
@@ -1,37 +1,36 @@
-babel.config.js
-.babelrc
-build
-composer.*
-CONTRIBUTING.md
-coverage
-.editorconfig
-.eslintrc.js
+/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
+/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
+/src
+/tests
.travis.yml
-vendor/bin
-webpack.*
+/vendor/bin
+/webpack.*