Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: avoid removing Open_edX.egg-info/ with
git clean
(#34380)
git clean when used with glob pattern (*/) removes non-translations files. using `$ rm` to fix the issue.
- Loading branch information