cleanup script updates
Signed-off-by: Esteban Papp <81431996+amznestebanpapp@users.noreply.github.com>
This commit is contained in:
@@ -39,6 +39,17 @@ PATH_EXCLUSIONS = (
|
||||
'install\\*',
|
||||
'Code\\Framework\\AzCore\\AzCore\\Android\\*'
|
||||
)
|
||||
PATH_EXCLUSIONS = (
|
||||
'*\\Platform\\Android\\*',
|
||||
'*\\Platform\\Common\\*',
|
||||
'*\\Platform\\iOS\\*',
|
||||
'*\\Platform\\Linux\\*',
|
||||
'*\\Platform\\Mac\\*',
|
||||
'Templates\\*',
|
||||
'python\\*',
|
||||
'build\\*',
|
||||
'install\\*'
|
||||
)
|
||||
|
||||
def create_filelist(path):
|
||||
filelist = set()
|
||||
|
||||
Reference in New Issue
Block a user