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.

50 lines
860B

  1. # App artifacts
  2. /_build
  3. /db
  4. /deps
  5. /*.ez
  6. /test/uploads
  7. /.elixir_ls
  8. /test/fixtures/test_tmp.txt
  9. /test/fixtures/image_tmp.jpg
  10. /test/tmp/
  11. /doc
  12. /instance
  13. /priv/ssh_keys
  14. # Prevent committing custom emojis
  15. /priv/static/emoji/custom/*
  16. # Generated on crash by the VM
  17. erl_crash.dump
  18. # Files matching config/*.secret.exs pattern contain sensitive
  19. # data and you should not commit them into version control.
  20. #
  21. # Alternatively, you may comment the line below and commit the
  22. # secrets files as long as you replace their contents by environment
  23. # variables.
  24. /config/*.secret.exs
  25. /config/generated_config.exs
  26. # Database setup file, some may forget to delete it
  27. /config/setup_db.psql
  28. .DS_Store
  29. .env
  30. # Editor config
  31. /.vscode/
  32. # Prevent committing docs files
  33. /priv/static/doc/*
  34. docs/generated_config.md
  35. # Code test coverage
  36. /cover
  37. /Elixir.*.coverdata
  38. .idea
  39. pleroma.iml