mirror of
https://github.com/ilyakooo0/urbit.git
synced 2024-11-11 16:09:31 +03:00
66f87062f3
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'.
5 lines
135 B
Plaintext
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
|