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.

61 lines
994B

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