Fork of Pleroma with site-specific changes and feature branches https://git.pleroma.social/pleroma/pleroma
Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.

9 linhas
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