Don't treat js/css as binary in git anymore
ci/woodpecker/pr/woodpecker Pipeline is pending Details

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:
Norm 2022-12-23 18:03:14 +00:00
parent 1fd5c4b221
commit 5a6fa6717b
1 changed files with 0 additions and 6 deletions

6
.gitattributes vendored
View File

@ -1,10 +1,4 @@
*.ex 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