Exclude Dist from ST project
This commit is contained in:
parent
309df4cd72
commit
ef404644a8
|
@ -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":
|
||||
[
|
||||
|
|
Loading…
Reference in New Issue