You've already forked OpenUxAS-SoI
mirror of
https://github.com/AdaCore/OpenUxAS-SoI.git
synced 2026-02-12 13:04:49 -08:00
25 lines
590 B
JSON
25 lines
590 B
JSON
{
|
|
"files.exclude": {
|
|
"**/.git*": true,
|
|
"**/.svn": true,
|
|
"**/.hg": true,
|
|
"**/CVS": true,
|
|
"**/.DS_Store": true,
|
|
"**/examples": false,
|
|
"**/mdms": true,
|
|
"**/build*": true,
|
|
"**/doc*": true,
|
|
"**/ci*": true,
|
|
"**/3rd*": false,
|
|
"**/tests*": false,
|
|
"**/resources*": false,
|
|
"**/meson*": false,
|
|
"**/*.md": true,
|
|
"**/.*": true,
|
|
"**/*.txt": true,
|
|
"**/*.py": true,
|
|
"**/*.sh": true,
|
|
"**/prepare": true,
|
|
"**/rm-external": true,
|
|
}
|
|
} |