mirror of
https://gitee.com/coder-xiaomo/algorithm-visualization
synced 2025-01-10 19:58:18 +08:00
11 lines
244 B
JSON
11 lines
244 B
JSON
{
|
|
"VSCodeCounter.useGitignore": true,
|
|
"VSCodeCounter.exclude":[
|
|
"**/package.json",
|
|
"**/package-lock.json",
|
|
"**/.gitignore",
|
|
"**/.vscode/**",
|
|
"**/lib/**"
|
|
],
|
|
"liveServer.settings.port": 80
|
|
} |