mirror of
https://github.com/github/codeql-action.git
synced 2025-12-26 01:00:20 +08:00
11 lines
164 B
JSON
11 lines
164 B
JSON
{
|
|
"files.exclude": {
|
|
// include the defaults from VS Code
|
|
"**/.git": true,
|
|
"**/.DS_Store": true,
|
|
|
|
// transpiled JavaScript
|
|
"lib": true,
|
|
}
|
|
}
|