From 8002eef0f23ba340556b2f3515fef2d1ebf3d77d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=8C=83=E6=9C=8B=E7=A8=8B?= Date: Tue, 23 Feb 2021 16:46:44 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=B7=BB=E5=8A=A0=E9=87=8D=E8=A6=81?= =?UTF-8?q?=E6=96=87=E4=BB=B6=E6=B8=85=E5=8D=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 添加重要文件清单,这部分文件内容有修改会由机器人发送企业微信通知到owner群里 Log: Change-Id: I8a3bc5dcd133099e0d12e8f89cac52fc180682b8 --- .project | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.project b/.project index 5199dabb7..97bc60c00 100644 --- a/.project +++ b/.project @@ -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"] }