build.config 771 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  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/erlydtl
  27. plugins/escript
  28. plugins/eunit
  29. plugins/proper
  30. plugins/relx
  31. plugins/shell
  32. plugins/syntastic
  33. plugins/triq
  34. plugins/xref
  35. # Plugins enhancing the functionality of other plugins.
  36. plugins/cover
  37. plugins/sfx
  38. # External plugins.
  39. core/plugins
  40. # Core modules which can use variables from plugins.
  41. core/deps-tools