Fork of Pleroma with site-specific changes and feature branches https://git.pleroma.social/pleroma/pleroma
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

9 lines
219B

  1. *.ex diff=elixir
  2. *.exs diff=elixir
  3. # At the time of writing all js/css files included
  4. # in the repo are minified bundles, and we don't want
  5. # to search/diff those as text files.
  6. *.js binary
  7. *.js.map binary
  8. *.css binary