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.

35 lines
657B

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