logo

pleroma

My custom branche(s) on git.pleroma.social/pleroma/pleroma git clone https://hacktivis.me/git/pleroma.git

.gitignore (1027B)


  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. /config/emoji*
  19. # Generated on crash by the VM
  20. erl_crash.dump
  21. # Files matching config/*.secret.exs pattern contain sensitive
  22. # data and you should not commit them into version control.
  23. #
  24. # Alternatively, you may comment the line below and commit the
  25. # secrets files as long as you replace their contents by environment
  26. # variables.
  27. /config/*.secret.exs
  28. /config/generated_config.exs
  29. /config/runtime.exs
  30. /config/*.env
  31. # Database setup file, some may forget to delete it
  32. /config/setup_db*.psql
  33. .DS_Store
  34. .env
  35. # Editor config
  36. /.vscode/
  37. # Prevent committing docs files
  38. /priv/static/doc/*
  39. docs/generated_config.md
  40. # Code test coverage
  41. /cover
  42. /Elixir.*.coverdata
  43. /coverage.xml
  44. .idea
  45. pleroma.iml
  46. # asdf
  47. .tool-versions
  48. # Editor temp files
  49. *~
  50. *#
  51. *.swp