forked from M3-Academy/challenge-algorithms-v2.0
8 lines
140 B
JSON
8 lines
140 B
JSON
|
{
|
||
|
"files.exclude": {
|
||
|
"**/node_modules": true,
|
||
|
".gitignore": true,
|
||
|
"jest.config.js": true,
|
||
|
"package-lock.json": true,
|
||
|
}
|
||
|
}
|