You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
399 B
11 lines
399 B
# This is a configuration file for igniter.
|
|
# For option documentation, see https://hexdocs.pm/igniter/Igniter.Project.IgniterConfig.html
|
|
# To keep it up to date, use `mix igniter.setup`
|
|
[
|
|
module_location: :outside_matching_folder,
|
|
extensions: [{Igniter.Extensions.Phoenix, []}],
|
|
deps_location: :last_list_literal,
|
|
source_folders: ["lib", "test/support"],
|
|
dont_move_files: [~r"lib/mix"]
|
|
]
|