44 lines
708 B
Plaintext
44 lines
708 B
Plaintext
# 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/erlydtl
|
|
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/elvis
|
|
plugins/escript
|
|
# plugins/eunit
|
|
plugins/relx
|
|
plugins/shell
|
|
plugins/triq
|
|
plugins/xref
|
|
|
|
# Plugins enhancing the functionality of other plugins.
|
|
plugins/cover
|
|
|
|
# Core modules which can use variables from plugins.
|
|
core/deps-tools
|