meta: do not treat arvo JS files as binary

We no longer keep minified JS in pkg/arvo, so we can treat the JS there
as a normal text file
This commit is contained in:
Liam Fitzgerald 2020-10-08 10:19:38 +10:00
parent 5c9320dd3b
commit 82a30a181c

1
.gitattributes vendored
View File

@ -1,4 +1,3 @@
bin/* filter=lfs diff=lfs merge=lfs -text bin/* filter=lfs diff=lfs merge=lfs -text
bin/*/* filter=lfs diff=lfs merge=lfs -text bin/*/* filter=lfs diff=lfs merge=lfs -text
pkg/arvo/**/*.js binary
pkg/arvo/**/*.css binary pkg/arvo/**/*.css binary