zowe / zss

Zowe System Services Server for enabling low-level microservices
Eclipse Public License 2.0
13 stars 45 forks source link

Remove a large video file #735

Closed ifakhrutdinov closed 1 month ago

ifakhrutdinov commented 1 month ago

Proposed changes

This PR removes a large (~100MB) video file which was added for educational purposes, but would probably better belong on a proper streaming platform.

Type of change

Please delete options that are not relevant.

PR Checklist

Please delete options that are not relevant.

ifakhrutdinov commented 1 month ago

The changelog file hasn't been updated on purpose because I don't think such a change belongs there.

ifakhrutdinov commented 1 month ago

FYI, you can clone the zss repo using the following command to avoid downloading that large file:

git clone --recursive --filter=blob:limit=90m git@github.com:zowe/zss.git

It is substantially faster.