T4214 task was created by hcs on 2017-07-10 12:02:20Z.
Last changed on 2020-06-06 09:16:03Z.
Link: https://github.com/chevah/server/pull/1217#discussion_r126278102
this command is useful .... but for the long run we might need a linter checker to make sure that we don't have binary files (jpg,png,exe, zip.. etc) in the source
this can be a task for happy hacking
the github integration with git-lfs is great, but is hard to tell which file is in the repo and which is in lfs... so +1 for needing a linter
All binary files should go to git-lfs
Scame should run something like this to detect any diff with "Bin" files
$ git diff --stat HEAD~ | grep Bin