.gitattributes are important, but often forgotten!
One thing I notice quite often is that .gitattributes are forgotten, now I actually did this myself… I am a maintainer for laravel-dom-assertions and it wasn’t until recently I realised that we were shipping out a loadddd of stuff the end user didn’t need. What is .gitattributes Essentially, The .gitattributes file is a text file in Git that defines how specific files in a repository should be handled, such as how they’re exported, and what line endings to use etc.. ...