build.config 615 B

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