0
1
mirror of https://git.sb/baoshuo/OI-codes.git synced 2024-11-09 15:38:48 +00:00

fix: ignore submodules

This commit is contained in:
Baoshuo Ren 2022-07-23 22:18:45 +08:00
parent e66bdfda1e
commit 7150fc3215
Signed by: baoshuo
GPG Key ID: 00CB9680AB29F51A

View File

@ -12,4 +12,8 @@
"typescript": "ts-node $fileName",
"rust": "rustc $fileName -o $fileNameWithoutExt.exe && ./$fileNameWithoutExt.exe"
},
"git.ignoredRepositories": [
"./includes/testlib",
"./includes/ac-library"
],
}