This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
论坛
实训
竞赛
大数据
AI开发
Register
Sign In
EESAST
/
THUAI6
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
0
Fork
0
Code
Releases
3
Wiki
evaluate
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
HPC
Browse Source
chore:
🙈
change gitignore
tags/0.1.0
DragonAura
2 years ago
parent
db8d652c2e
commit
43ef2534cd
3 changed files
with
6 additions
and
3 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-2
.gitignore
+2
-0
CAPI/.gitignore
+4
-1
PyAPI/.gitignore
+ 0
- 2
.gitignore
View File
@@ -1,5 +1,3 @@
# .vs, .vscode must be ignored
.vs/
.vscode/
CAPI/build
PyAPI/test
+ 2
- 0
CAPI/.gitignore
View File
@@ -497,3 +497,5 @@ install_manifest.txt
compile_commands.json
CTestTestfile.cmake
_deps
/build/
+ 4
- 1
PyAPI/.gitignore
View File
@@ -153,7 +153,10 @@ dmypy.json
cython_debug/
# generated proto files
proto/
/proto/
# local test files
/test/
# PyCharm
# JetBrains specific template is maintained in a separate JetBrains.gitignore that can
Write
Preview
Loading…
Cancel
Save