Keep EnemizerCLI

This commit is contained in:
Mike A. Trethewey
2020-03-24 01:35:14 -07:00
parent 01a1190b58
commit 6c484745a2

View File

@@ -5,7 +5,8 @@ def git_clean():
".vscode", # vscode IDE files
".idea", # idea IDE files
"*.json", # keep JSON files for that one time I just nuked all that I was working on, oops
"*app*version.*" # keep appversion files
"*app*version.*", # keep appversion files
"EnemizerCLI" # keep EnemizerCLI
]
excludes = ['--exclude={0}'.format(exclude) for exclude in excludes]