1. Create Edu task 1. Create file inside the task, but not inside `src`, say `a.txt` 1. See that `a.txt` is not excluded, and there is a record of it inside `task-info.yaml` 1. Click on `a.txt` 1. Ctrl+C, Ctrl+V 1. `b.txt` 1. See that `b.txt` is excluded, and there is no record inside `task-info.yaml` 1. If we add `b.txt` being excluded to repository, and someones else pulls it, the plugin adds it to `task-info.yaml` The behavior when creating `a.txt` and `b.txt` aren't the same.