build.config 627 B

123456789101112131415161718192021222324252627282930313233343536373839
  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/test
  16. core/compat
  17. # Plugins.
  18. plugins/asciidoc
  19. plugins/bootstrap
  20. plugins/c_src
  21. plugins/ci
  22. plugins/ct
  23. plugins/dialyzer
  24. plugins/edoc
  25. plugins/elvis
  26. plugins/erlydtl
  27. plugins/escript
  28. plugins/eunit
  29. plugins/relx
  30. plugins/shell
  31. plugins/triq
  32. plugins/xref
  33. # Plugins enhancing the functionality of other plugins.
  34. plugins/cover