summaryrefslogtreecommitdiffstats
path: root/build/files-checker.php
diff options
context:
space:
mode:
authorChristoph Wurst <christoph@winzerhof-wurst.at>2018-12-21 11:02:22 +0100
committerJulius Härtl <jus@bitgrid.net>2019-01-09 15:02:01 +0100
commit69410a4f1c29a78db88c05f9e758e1d9e79ee4c8 (patch)
treee4738e5d0d56f9e1ecff2c3185113fad831492cd /build/files-checker.php
parent01a6181d9f9fe3bcc931d6d231eace0cc11a9521 (diff)
downloadnextcloud-server-69410a4f1c29a78db88c05f9e758e1d9e79ee4c8.tar.gz
nextcloud-server-69410a4f1c29a78db88c05f9e758e1d9e79ee4c8.zip
Adjust release file list
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Diffstat (limited to 'build/files-checker.php')
-rw-r--r--build/files-checker.php6
1 files changed, 4 insertions, 2 deletions
diff --git a/build/files-checker.php b/build/files-checker.php
index 73fcac39c1d..a1fa223ed11 100644
--- a/build/files-checker.php
+++ b/build/files-checker.php
@@ -22,10 +22,11 @@
$expectedFiles = [
'.',
'..',
- '.bowerrc',
+ '.babelrc',
'.codecov.yml',
'.drone.yml',
'.git',
+ '.gitattributes',
'.github',
'.gitignore',
'.gitmodules',
@@ -44,7 +45,6 @@ $expectedFiles = [
'autotest-external.sh',
'autotest-js.sh',
'autotest.sh',
- 'bower.json',
'build',
'CHANGELOG.md',
'CODE_OF_CONDUCT.md',
@@ -63,6 +63,8 @@ $expectedFiles = [
'ocs',
'ocs-provider',
'ocm-provider',
+ 'package.json',
+ 'package-lock.json',
'public.php',
'README.md',
'remote.php',