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.

31 lines
594B

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