.vsconfig 250 B

12345678910111213141516
  1. {
  2. "CMake": {
  3. "SourceDirectory": ".",
  4. "ExcludeItems": [
  5. "**/third_party/**",
  6. "**/docs/**",
  7. "**/tests/**",
  8. "**/examples/**",
  9. "**/archive/**",
  10. "*.pdf",
  11. "*.zip",
  12. "*.dll",
  13. "*.lib"
  14. ]
  15. }
  16. }