forked from AkkomaGang/akkoma
Merge pull request 'Don't treat js/css as binary in git anymore' (#397) from norm/akkoma:norm-patch-2 into develop
Reviewed-on: AkkomaGang/akkoma#397
This commit is contained in:
commit
084bb3b371
1 changed files with 0 additions and 6 deletions
6
.gitattributes
vendored
6
.gitattributes
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue