You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# This is a configuration file for igniter.# For option documentation, see hexdocs.pm/igniter/Igniter.Project.IgniterConfig.html# To keep it up to date, use `mix igniter.setup`[module_location: :outside_matching_folder,dont_move_files: [~r/file_paths/,"lib/this_file.ex"],module_names: %{~r/MyAppWeb\..*Controller/=>"lib/my_app_web/controllers"~r/MyAppWeb\..*Live/=>"lib/my_app_web/live"~r/MyAppWeb\..*Views/=>"lib/my_app_web/views","This.Specific.Module"=>"lib/this_place"}]
The text was updated successfully, but these errors were encountered:
We've done everything but the module_names feature, which actually needs to be a bit more complex because in that instance the _controller.ex is stripped off of the end. Will need to figure out how to model those conventions, otherwise folks will need to add lots of dont_move_files configurations.
For example:
The text was updated successfully, but these errors were encountered: