feat: 添加重要文件清单

添加重要文件清单,这部分文件内容有修改会由机器人发送企业微信通知到owner群里

Log:
Change-Id: I8a3bc5dcd133099e0d12e8f89cac52fc180682b8
This commit is contained in:
范朋程 2021-02-23 16:46:44 +08:00
parent a836df5cc0
commit 8002eef0f2

View File

@ -2,5 +2,6 @@
"type": "homebrew" | "opensource",
"3rdparty: ["*.xml"],
"ignore": ["CHANGELOG.md", "./debian", "README.md", "./cmake", "technology-overview.md", "CMakeLists.txt", "CMakeLists.txt.user", "./plugins/plugin-guide", "./.tx", "*.qrc", "*.svg", "*.png", "*.qm", "*.ts"],
"license": ["LICENSE"]
"license": ["LICENSE"],
"importantFile": ["gschema/com.deepin.dde.dock.module.gschema.xml", "interfaces/constants.h", "interfaces/pluginproxyinterface.h", "interfaces/pluginsiteminterface.h"]
}