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.

53 line
914B

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