diff options
| author | Alex Gleason <alex@alexgleason.me> | 2021-01-06 15:22:35 -0600 |
|---|---|---|
| committer | Alex Gleason <alex@alexgleason.me> | 2021-01-06 15:22:35 -0600 |
| commit | 1438fd958325c3d469315c478f06def9e4dd0de3 (patch) | |
| tree | 738e7e9ce8e0e0af89d9dff411191643cbf45aab /.gitattributes | |
| parent | 2aeb229de3f59e1704c633c31415e7e834f6ba67 (diff) | |
| parent | 5e128a6be30563adc3b8a938aa68d18ac04cdfa0 (diff) | |
| download | pleroma-1438fd958325c3d469315c478f06def9e4dd0de3.tar.gz pleroma-1438fd958325c3d469315c478f06def9e4dd0de3.zip | |
Merge remote-tracking branch 'upstream/develop' into block-behavior
Diffstat (limited to '.gitattributes')
| -rw-r--r-- | .gitattributes | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes index c46415a5c..eb0c94757 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,2 +1,10 @@ *.ex diff=elixir *.exs diff=elixir + +priv/static/instance/static.css diff=css + +# 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 |
