So if you deploy a suite app it'll delete files in...
# sdf
t
So if you deploy a suite app it'll delete files in the file cabinet that exist in that suiteapp directory but aren't in the deployment. This can happen when switching back from branches with new script files that don't exist in the main dev branch yet. If you do this it will delete the file but the script record still exists so you'll have a script without a file. Upon redeploying with the branch it won't add the file back so you have to manually readd any missing files <-- unsure about this