Star
1330
Fork
1447
代码
介绍
代码
Issues
116
Pull Requests
253
流水线
Actions
项目讨论
Wiki
项目成员
244
分析
项目设置
Star
1330
Fork
1447
已合并
feat: 忽略CodeArts项目配置目录 .arts
#2083
zhanw_coding
创建于
4月7日
从
zhanw_coding/ops-math:
ft-ignore
合入到
cann/ops-math:
master
feat: 忽略CodeArts项目配置目录 .arts
#2083
已合并
zhanw_coding
创建于
4月7日
从
zhanw_coding/ops-math
ft-ignore
合入到
cann/ops-math
master
讨论
0
提交
0
检查
0
文件改动
0
克隆/下载
0
全部变更类型
共
1
个文件变更
+3
-0
收起全部
设置
M
.gitignore
+3
-0
已读
@@ -48,6 +48,9 @@ cmake-build-release
+
48
# Visual Studio Code
+
48
# Visual Studio Code
+
49
.vscode
+
49
.vscode
+
50
+
50
+
51
+
# CodeArts
+
52
+
.arts
+
53
+
+
51
# UT report file
+
54
# UT report file
+
52
ut_report.txt
+
55
ut_report.txt
+
53
+
56