Skip to content

Commit 222e7bc

Browse files
committed
chore: 更新.gitignore文件以忽略新增测试目录的构建输出
添加HttpContentTypeTest和HttpClientApiTest项目的构建输出目录到忽略列表,避免将临时生成的文件提交到版本控制
1 parent 34b83a4 commit 222e7bc

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,3 +43,7 @@
4343
/Test/ComWrapGeneratorTest/bin/Debug/net8.0
4444
/Test/ComWrapGeneratorTest/obj
4545
/Test/ComObjectWrapTest/bin/Debug
46+
/Test/HttpContentTypeTest/bin/Debug
47+
/Test/HttpContentTypeTest/obj
48+
/Test/HttpClientApiTest/bin/Debug/net10.0
49+
/Test/HttpClientApiTest/obj

0 commit comments

Comments
 (0)