It is a good practice to set compiled files as binary, for `git diff` to stay relevant. This can be done by adding a `.gitattributes` file with: ``` *.min.js binary ```
It is a good practice to set compiled files as binary, for
git diffto stay relevant. This can be done by adding a.gitattributesfile with: