From f9ab13a14590d310937de7d78a36ee599dce750b Mon Sep 17 00:00:00 2001 From: 648540858 <648540858@qq.com> Date: 星期二, 13 十月 2020 17:16:38 +0800 Subject: [PATCH] 添加通道音频设置 添加media配置 --- .gitignore | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/.gitignore b/.gitignore index a1c2a23..d76c026 100644 --- a/.gitignore +++ b/.gitignore @@ -21,3 +21,8 @@ # virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml hs_err_pid* +/.idea/* +/target/* +/.idea/ +/target/ + -- Gitblit v1.8.0