Create configuration folder for notice.txt generation
Signed-off-by: Mustafa Kara <mustafa.kara@mattermost.com>
This commit is contained in:
parent
cb1773bda5
commit
7db68a5292
3 changed files with 20 additions and 1 deletions
7
.gitignore
vendored
7
.gitignore
vendored
|
|
@ -14,7 +14,7 @@ env.d.ts
|
|||
|
||||
# Xcode
|
||||
#
|
||||
build/
|
||||
build/*
|
||||
*.pbxuser
|
||||
!default.pbxuser
|
||||
*.mode1v3
|
||||
|
|
@ -103,3 +103,8 @@ detox/detox_pixel_4_xl_api_30
|
|||
|
||||
#editor-settings
|
||||
.vscode
|
||||
.scannerwork
|
||||
|
||||
# Notice.txt generation
|
||||
!build/notice-file
|
||||
|
||||
|
|
|
|||
0
build/notice-file/Readme.md
Normal file
0
build/notice-file/Readme.md
Normal file
14
build/notice-file/config.yaml
Normal file
14
build/notice-file/config.yaml
Normal 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: []
|
||||
|
||||
...
|
||||
Loading…
Reference in a new issue