urbit/.gitattributes
Jared Tobin 66f87062f3
apps: designate compiled js/css files as binary
The 'index.js', 'tile.js', and 'index.css' files included in several
Arvo apps are compiled, minified JS or CSS.  While they are technically
text, they are not usefully diffable.

This commit designates such files as 'binary' in .gitattributes, which
prevents git from attempting to create diffs for them in 'git log' and
'git show'.
2019-11-05 11:52:58 +08:00

5 lines
135 B
Plaintext

bin/* filter=lfs diff=lfs merge=lfs -text
bin/*/* filter=lfs diff=lfs merge=lfs -text
pkg/arvo/**/*.js binary
pkg/arvo/**/*.css binary