*`CodeMirror`: Only existing files are updated directly from the `node_modules` folder; see the [CodeMirror readme](codemirror/README.md) for specifics.
This command creates a zip file that includes all the files from the repository **except**:
* All dot files (e.g. `.eslintrc`&`.gitignore`).
*`node_modules` folder.
*`tools` folder.
*`package.json` file.
*`package-lock.json` and/or `yarn.lock` file(s).
*`vendor/codemirror/lib` files. This path is excluded because it contains a file modified for development purposes only. Instead, the CodeMirror files are copied directly from `node_modules/codemirror/lib`.