chore: 添加.gitignore,移除build目录
This commit is contained in:
@@ -0,0 +1,4 @@
|
|||||||
|
build/
|
||||||
|
.cache/
|
||||||
|
*.o
|
||||||
|
*.so
|
||||||
Reference in New Issue
Block a user
@@ -0,0 +1,4 @@
|
|||||||
|
build/
|
||||||
|
.cache/
|
||||||
|
*.o
|
||||||
|
*.so
|
||||||