file visibility changes

This commit is contained in:
Maxime Vorwerk
2023-08-25 15:43:56 +02:00
parent e1bd03f421
commit f5f6cac9e8

View File

@@ -4,5 +4,12 @@
"path": ".."
}
],
"settings": {}
"settings": {
"files.exclude": {
"**/*.sln": true,
"**/*.code-workspace": true,
"**/.gitignore": true,
"**/.gitattributes": true
}
}
}