challenge-algorithms-v2.0-w.../.vscode/settings.json
2022-10-27 11:07:13 -04:00

8 lines
140 B
JSON

{
"files.exclude": {
"**/node_modules": true,
".gitignore": true,
"jest.config.js": true,
"package-lock.json": true,
}
}