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.

40 lines
751B

  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. # Prevent committing custom emojis
  14. /priv/static/emoji/custom/*
  15. # Generated on crash by the VM
  16. erl_crash.dump
  17. # Files matching config/*.secret.exs pattern contain sensitive
  18. # data and you should not commit them into version control.
  19. #
  20. # Alternatively, you may comment the line below and commit the
  21. # secrets files as long as you replace their contents by environment
  22. # variables.
  23. /config/*.secret.exs
  24. /config/generated_config.exs
  25. # Database setup file, some may forget to delete it
  26. /config/setup_db.psql
  27. .DS_Store
  28. .env
  29. # Editor config
  30. /.vscode/
  31. # Prevent committing docs files
  32. /priv/static/doc/*