2024-10-09 17:02:37 +00:00
|
|
|
{
|
2024-10-09 17:02:37 +00:00
|
|
|
"files.exclude": {
|
|
|
|
"**/.git": true,
|
|
|
|
"**/.svn": true,
|
|
|
|
"**/.hg": true,
|
|
|
|
"**/CVS": true,
|
|
|
|
"**/.DS_Store": true,
|
|
|
|
"**/Thumbs.db": true,
|
2024-10-09 17:02:38 +00:00
|
|
|
"node_modules": true,
|
2024-10-09 17:02:40 +00:00
|
|
|
"challenges/euler/node_modules": true,
|
|
|
|
"challenges/euler/build": true,
|
2024-10-09 17:02:38 +00:00
|
|
|
"commitlint.config.js": true,
|
|
|
|
"**/pnpm-lock.yaml": true
|
2024-10-09 17:02:43 +00:00
|
|
|
},
|
|
|
|
"files.associations": {
|
|
|
|
"*.tcc": "cpp",
|
|
|
|
"complex": "cpp",
|
|
|
|
"fstream": "cpp",
|
|
|
|
"cmath": "cpp",
|
|
|
|
"functional": "cpp",
|
|
|
|
"tuple": "cpp",
|
|
|
|
"type_traits": "cpp",
|
|
|
|
"string_view": "cpp",
|
2024-10-09 17:02:44 +00:00
|
|
|
"vector": "cpp",
|
|
|
|
"algorithm": "cpp",
|
|
|
|
"memory": "cpp",
|
|
|
|
"random": "cpp",
|
|
|
|
"iosfwd": "cpp",
|
|
|
|
"iostream": "cpp",
|
|
|
|
"istream": "cpp",
|
|
|
|
"numeric": "cpp",
|
|
|
|
"ostream": "cpp",
|
|
|
|
"ratio": "cpp",
|
|
|
|
"streambuf": "cpp"
|
2024-10-09 17:02:47 +00:00
|
|
|
}
|
2024-10-09 17:02:37 +00:00
|
|
|
}
|