forked from mirrors/akkoma
Don't treat js/css as binary in git anymore
Since Akkoma doesn't include precompiled frontends in the main repo anymore, it doesn't make sense to keep treating the few js/css files remaining as binary files.
This commit is contained in:
parent
1fd5c4b221
commit
5a6fa6717b
1 changed files with 0 additions and 6 deletions
6
.gitattributes
vendored
6
.gitattributes
vendored
|
@ -1,10 +1,4 @@
|
||||||
*.ex diff=elixir
|
*.ex diff=elixir
|
||||||
*.exs diff=elixir
|
*.exs diff=elixir
|
||||||
|
|
||||||
# Most of js/css files included in the repo are minified bundles,
|
|
||||||
# and we don't want to search/diff those as text files.
|
|
||||||
*.js binary
|
|
||||||
*.js.map binary
|
|
||||||
*.css binary
|
|
||||||
|
|
||||||
*.css diff=css
|
*.css diff=css
|
||||||
|
|
Loading…
Reference in a new issue