Exclude Dist from ST project

This commit is contained in:
nsubiron 2018-01-26 15:55:56 +01:00
parent 309df4cd72
commit ef404644a8
1 changed files with 5 additions and 4 deletions

View File

@ -5,18 +5,19 @@
"path": ".",
"folder_exclude_patterns":
[
"__pycache__",
".clang",
".codelite",
".kdev4",
".vs",
"Build",
"Binaries",
"Unreal/CarlaUE4/Content*",
"Build",
"DerivedDataCache",
"Dist",
"Doxygen",
"Intermediate",
"Saved"
"Saved",
"Unreal/CarlaUE4/Content*",
"__pycache__"
],
"file_exclude_patterns":
[