Fork of Pleroma with site-specific changes and feature branches https://git.pleroma.social/pleroma/pleroma
Du kannst nicht mehr als 25 Themen auswählen Themen müssen entweder mit einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.

41 Zeilen
760B

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