build.config 738 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  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/erlydtl
  12. #plugins/protobuffs
  13. # Core modules, continued.
  14. core/erlc
  15. #core/docs
  16. #core/rel
  17. core/test
  18. #core/compat
  19. # Plugins.
  20. #plugins/asciidoc
  21. plugins/bootstrap
  22. plugins/c_src
  23. #plugins/ci
  24. plugins/ct
  25. #plugins/dialyzer
  26. #plugins/edoc
  27. plugins/escript
  28. plugins/eunit
  29. #plugins/relx
  30. #plugins/shell
  31. #plugins/syntastic
  32. #plugins/triq
  33. #plugins/xref
  34. # Plugins enhancing the functionality of other plugins.
  35. plugins/cover
  36. #plugins/sfx
  37. # Core modules which can use variables from plugins.
  38. core/deps-tools