From 34209ac72bed5028aa8b0f72291fe7f34ee9d73d Mon Sep 17 00:00:00 2001 From: Antonis Stamatiou Date: Mon, 27 Nov 2023 13:07:12 +0200 Subject: [PATCH] Change notice generation configuration file (#25526) --- .gitignore | 4 ++++ server/build/notice-file/config.yaml | 10 ++++------ 2 files changed, 8 insertions(+), 6 deletions(-) diff --git a/.gitignore b/.gitignore index b6e49b8944..c56cb15610 100644 --- a/.gitignore +++ b/.gitignore @@ -152,3 +152,7 @@ report.xml go.*.orig config.override.mk docker-compose.override.yaml + +## Notice Folders +.notice/ +.notice-work/ \ No newline at end of file diff --git a/server/build/notice-file/config.yaml b/server/build/notice-file/config.yaml index af214305bb..5be29753ef 100644 --- a/server/build/notice-file/config.yaml +++ b/server/build/notice-file/config.yaml @@ -1,11 +1,9 @@ --- - title: "Mattermost Server" copyright: "©2015-present Mattermost,Inc. All Rights Reserved. See LICENSE for license information." description: "This document includes a list of open source components used in Mattermost Server, including those that have been modified." search: - - "go.mod" -dependencies: [] -devDependencies: [] - -... + - "server/go.mod" + - "webapp/package.json" + - "webapp/channels/package.json" +includeDevDependencies: false