build.config 636 B

12345678910111213141516171819202122232425262728293031323334353637383940
  1. # Do *not* comment or remove core modules
  2. # unless you know what you are doing.
  3. #
  4. # Feel free to comment plugins out however.
  5. # Core modules.
  6. core/core
  7. index/*
  8. core/index
  9. core/deps
  10. # Plugins that must run before Erlang code gets compiled.
  11. plugins/protobuffs
  12. # Core modules, continued.
  13. core/erlc
  14. core/docs
  15. core/rel
  16. core/test
  17. core/compat
  18. # Plugins.
  19. plugins/asciidoc
  20. plugins/bootstrap
  21. plugins/c_src
  22. plugins/ci
  23. plugins/ct
  24. plugins/dialyzer
  25. plugins/edoc
  26. plugins/elvis
  27. plugins/erlydtl
  28. plugins/escript
  29. plugins/eunit
  30. plugins/relx
  31. plugins/shell
  32. plugins/triq
  33. plugins/xref
  34. # Plugins enhancing the functionality of other plugins.
  35. plugins/cover