diff options
| author | Egor Kislitsyn <egor@kislitsyn.com> | 2020-11-17 18:29:52 +0400 |
|---|---|---|
| committer | Egor Kislitsyn <egor@kislitsyn.com> | 2020-11-17 18:29:52 +0400 |
| commit | 79d2d3f609ccb14c532ada6fbaf600224f8e4f07 (patch) | |
| tree | 9bd591d0920c13256f9cb76bd4a7035ed1afaaa6 /.gitattributes | |
| parent | fb41bd1a85b0bcf41a306a0f89307ed80029bc04 (diff) | |
| parent | fbd6217ed9e07fb0353263566e2978b5a2396189 (diff) | |
| download | pleroma-79d2d3f609ccb14c532ada6fbaf600224f8e4f07.tar.gz pleroma-79d2d3f609ccb14c532ada6fbaf600224f8e4f07.zip | |
Merge branch 'develop' into hide-muted-reactions
Diffstat (limited to '.gitattributes')
| -rw-r--r-- | .gitattributes | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes index c46415a5c..68895bf88 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,2 +1,8 @@ *.ex diff=elixir *.exs diff=elixir +# At the time of writing all 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 |
