Jamstash/.gitattributes
Carey Metcalfe 16d76d9569 Ask git to treat files in 'dist' as binaries
Among other things, this makes the output of `git diff` not show
line-by-line changes for files in this folder, making it much easier to
understand.

Also applies the same attributes to the package lock files.
2017-10-16 00:29:26 -04:00

6 lines
147 B
Text

# Don't show diffs for lock files
package-lock.json binary
yarn.lock binary
# Everything in the dist folder is considered a binary
dist/** binary