Hiding compiled JavaScript or CSS from GitHub diff
Published on February 04, 2017
While working on Blitz, a static site generator I'm developing, I wanted to prevent compiled JavaScript from cluttering the diffs. I was using TypeScript which was compiled into JS, so I was really only interested in the changes to TS source code.