chore: add yoo to gitignore
This commit is contained in:
4
.gitignore
vendored
4
.gitignore
vendored
@@ -5,6 +5,7 @@ yoyo
|
|||||||
*.dll
|
*.dll
|
||||||
*.so
|
*.so
|
||||||
*.dylib
|
*.dylib
|
||||||
|
yoo
|
||||||
|
|
||||||
# 测试
|
# 测试
|
||||||
*.test
|
*.test
|
||||||
@@ -27,6 +28,7 @@ vendor/
|
|||||||
# 构建输出
|
# 构建输出
|
||||||
dist/
|
dist/
|
||||||
build/
|
build/
|
||||||
|
project/
|
||||||
|
|
||||||
# Go工作区
|
# Go工作区
|
||||||
go.work
|
go.work
|
||||||
@@ -34,4 +36,4 @@ go.work.sum
|
|||||||
|
|
||||||
# 本地配置文件
|
# 本地配置文件
|
||||||
configs/local.yaml
|
configs/local.yaml
|
||||||
configs/*.local.yaml
|
configs/*.local.yaml
|
||||||
|
|||||||
Reference in New Issue
Block a user