Files
linux-kernel-module-cheat/linux-kernel-module-cheat.code-workspace
2025-04-29 02:37:53 +01:00

17 lines
296 B
Plaintext

{
"folders": [
{
"path": "."
}
],
"settings": {
"files.watcherExclude": {
"data/**": true,
".git/**": true,
"out.docker/**": true,
"out/**": true,
"submodules/**": true,
}
}
}