12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849 |
- # Do *not* comment or remove core modules
- # unless you know what you are doing.
- #
- # Feel free to comment plugins out however.
- # Core modules.
- core/core
- #index/*
- #core/index
- #core/deps
- #core/kerl
- # Plugins that must run before Erlang code gets compiled.
- plugins/protobuffs
- # Core modules, continued.
- core/erlc
- core/docs
- #core/rel
- core/test
- #core/compat
- # Plugins.
- #plugins/asciidoc
- #plugins/bootstrap
- #plugins/c_src
- #plugins/ci
- #plugins/ct
- plugins/dialyzer
- plugins/edoc
- #plugins/erlydtl
- #plugins/escript
- plugins/eunit
- #plugins/proper
- #plugins/relx
- plugins/shell
- #plugins/syntastic
- #plugins/triq
- #plugins/xref
- # Plugins enhancing the functionality of other plugins.
- plugins/cover
- #plugins/sfx
- # External plugins.
- #core/plugins
- # Core modules which can use variables from plugins.
- #core/deps-tools
|