You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if echo "$file" | grep -E "^(.git|.gitignore|CHANGELOG.md|README.md|UNLICENSE|delete-sublime.sh|download-eula.sh|extract-sublime.sh|release.sh)$" &> /dev/null; then
continue
fi
# Otherwise, remove it
rm -r "$file"
done
# Notify the user that we are done
echo "Deletion complete. Please run \`git status\` to see what has changed." 1>&2