Create configuration folder for notice.txt generation

Signed-off-by: Mustafa Kara <mustafa.kara@mattermost.com>
This commit is contained in:
Mustafa Kara
2022-06-07 14:03:46 +03:00
parent fe354ee396
commit ea3170b9d8
3 changed files with 19 additions and 1 deletions

6
.gitignore vendored
View File

@@ -16,7 +16,7 @@ env.d.ts
# Xcode
#
build/
build/*
*.pbxuser
!default.pbxuser
*.mode1v3
@@ -105,3 +105,7 @@ detox/detox_pixel_4_xl_api_30
#editor-settings
.vscode
.scannerwork
# Notice.txt generation
!build/notice-file

View File

View File

@@ -0,0 +1,14 @@
---
title: "Mattermost Mobile"
copyright: "© 2016-present Mattermost, Inc. All Rights Reserved. See LICENSE.txt for license information."
description: "This document includes a list of open source components used in Mattermost Mobile, including those that have been modified."
reviewers:
- "mattermost/release-managers"
- "enahum"
search:
- "package.json"
dependencies: []
devDependencies: []
...