mirror of
https://github.com/cirosantilli/linux-kernel-module-cheat.git
synced 2026-01-13 20:12:26 +00:00
17 lines
296 B
Plaintext
17 lines
296 B
Plaintext
{
|
|
"folders": [
|
|
{
|
|
"path": "."
|
|
}
|
|
],
|
|
"settings": {
|
|
"files.watcherExclude": {
|
|
"data/**": true,
|
|
".git/**": true,
|
|
"out.docker/**": true,
|
|
"out/**": true,
|
|
"submodules/**": true,
|
|
}
|
|
}
|
|
}
|