Cleanup of validation script exclusions (#5134)
* Validation lists cleanup Signed-off-by: Esteban Papp <81431996+amznestebanpapp@users.noreply.github.com> * more cleanup Signed-off-by: Esteban Papp <81431996+amznestebanpapp@users.noreply.github.com>
This commit is contained in:
@@ -173,16 +173,12 @@ EXCLUDED_VALIDATION_PATTERNS = [
|
||||
'*/3rdParty/*',
|
||||
'*/__pycache__/*',
|
||||
'*/External/*',
|
||||
'build',
|
||||
'Cache',
|
||||
'*/Code/Framework/AzCore/azgnmx/azgnmx/*',
|
||||
'Code/Tools/CryFXC',
|
||||
'Code/Tools/HLSLCrossCompiler',
|
||||
'Code/Tools/HLSLCrossCompilerMETAL',
|
||||
'Docs',
|
||||
'build', # build artifacts
|
||||
'*/Cache/*', # Asset processing artifacts
|
||||
'install', # install layout artifacts
|
||||
'python/runtime',
|
||||
'restricted/*/Code/Framework/AzCore/azgnmx/azgnmx/*',
|
||||
'restricted/*/Tools/*RemoteControl',
|
||||
'Tools/3dsmax',
|
||||
'*/user/Cache/*',
|
||||
'*/user/log/*',
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user