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

github.com/nextcloud/twofactor_totp.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Wurst <christoph@winzerhof-wurst.at>2020-03-19 15:36:24 +0300
committerChristoph Wurst <christoph@winzerhof-wurst.at>2020-03-19 15:54:54 +0300
commiteee0bf925cc536d5ae2e5ede5618306b6f3bc0da (patch)
tree987e614af462df9f776016f0ce180264a7e4d121
parent55b52a637de22cf428d620944c32d6f51c65634a (diff)
Migrate from kranker ignore to .nextcloudignorev4.1.3
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
-rw-r--r--.nextcloudignore25
-rw-r--r--krankerl.toml27
2 files changed, 25 insertions, 27 deletions
diff --git a/.nextcloudignore b/.nextcloudignore
new file mode 100644
index 0000000..9ba23aa
--- /dev/null
+++ b/.nextcloudignore
@@ -0,0 +1,25 @@
+/.babelrc.js
+/.eslintrc.js
+/.git
+/.github
+/.gitignore
+/.nextcloudignore
+/.travis.yml
+/.tx
+/.scrutinizer.yml
+/build
+/ci
+/CONTRIBUTING.md
+/composer.*
+/krankerl.toml
+/l10n/no-php
+/Makefile
+/nbproject
+/node_modules
+/package*
+/screenshots
+/src
+/tests
+/vendor/bin
+/vendor/christophwurst/nextcloud/.git
+/vendor/endroid/qr-code/assets
diff --git a/krankerl.toml b/krankerl.toml
index 754e822..b067792 100644
--- a/krankerl.toml
+++ b/krankerl.toml
@@ -1,31 +1,4 @@
[package]
-exclude = [
- ".git",
- ".github",
- ".gitignore",
- ".travis.yml",
- ".tx",
- ".scrutinizer.yml",
- "build",
- "ci",
- "CONTRIBUTING.md",
- "composer.json",
- "composer.lock",
- "composer.phar",
- "krankerl.toml",
- "l10n/no-php",
- "Makefile",
- "nbproject",
- "node_modules",
- "package*",
- "screenshots",
- "src",
- "tests",
- "vendor/bin",
- "vendor/christophwurst/nextcloud/.git",
- "vendor/endroid/qr-code/assets",
-]
-
before_cmds = [
"composer install --no-dev -o",
"npm install",