mirror of
https://github.com/cirosantilli/linux-kernel-module-cheat.git
synced 2026-01-23 02:05:57 +01:00
Start creating some vscode settings for the project
This commit is contained in:
16
linux-kernel-module-cheat.code-workspace
Normal file
16
linux-kernel-module-cheat.code-workspace
Normal file
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"folders": [
|
||||
{
|
||||
"path": "."
|
||||
}
|
||||
],
|
||||
"settings": {
|
||||
"files.watcherExclude": {
|
||||
"data/**": true,
|
||||
".git/**": true,
|
||||
"out.docker/**": true,
|
||||
"out/**": true,
|
||||
"submodules/**": true,
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user