1
0
mirror of https://gitee.com/coder-xiaomo/algorithm-visualization synced 2025-01-28 04:10:29 +08:00
Code Issues Projects Releases Wiki Activity GitHub Gitee

11 lines
244 B
JSON
Raw Normal View History

2022-05-18 15:27:44 +08:00
{
"VSCodeCounter.useGitignore": true,
"VSCodeCounter.exclude":[
2022-05-18 23:05:47 +08:00
"**/package.json",
"**/package-lock.json",
2022-05-18 15:27:44 +08:00
"**/.gitignore",
"**/.vscode/**",
"**/lib/**"
2022-05-21 22:43:03 +08:00
],
"liveServer.settings.port": 80
2022-05-18 15:27:44 +08:00
}