1234567891011121314151617181920212223242526272829303132333435363738394041424344454647 |
- # 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
- # 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/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
|