Merge pull request 'Don't treat js/css as binary in git anymore' (#397) from norm/akkoma:norm-patch-2 into develop
ci/woodpecker/push/woodpecker Pipeline is pending Details

Reviewed-on: #397
This commit is contained in:
floatingghost 2022-12-30 02:50:52 +00:00
commit 084bb3b371
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