mirror of
https://github.com/urbit/shrub.git
synced 2024-11-24 04:58:08 +03:00
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'.
This commit is contained in:
parent
dc1c32406b
commit
66f87062f3
2
.gitattributes
vendored
2
.gitattributes
vendored
@ -1,2 +1,4 @@
|
||||
bin/* filter=lfs diff=lfs merge=lfs -text
|
||||
bin/*/* filter=lfs diff=lfs merge=lfs -text
|
||||
pkg/arvo/**/*.js binary
|
||||
pkg/arvo/**/*.css binary
|
||||
|
Loading…
Reference in New Issue
Block a user