chore: 从.gitignore中移除third_party目录

不再需要忽略third_party目录,因此将其从.gitignore文件中删除
This commit is contained in:
ChestnutYueyue 2026-02-25 06:05:24 +08:00
parent 59f01900fb
commit 7c7d9cca92
1 changed files with 0 additions and 1 deletions

1
.gitignore vendored
View File

@ -71,7 +71,6 @@ cmake-build-*/
# --------------------------------------------
/packages/
/deps/
/third_party/
/vendor/
# --------------------------------------------