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
Or something similar. The key point here is that I'd like to be able to co-locate the framework source code along my services without Encore trying to parse un-bundled source-code.
Basically I just want Encore to ignore files and directories I tell it to ignore so I can co-locate an Astro application alongside my Encore app without having to have a top-level-directory for both.
Unfortunately, Encore currently tries to parse every subdirectory recursively, regardless of whether Encore or my Web-App import files from one-another (they don't) or whether a service is declared therein.
The text was updated successfully, but these errors were encountered:
helmturner
changed the title
Proposal: .encoreignore
feature request for .encoreignoreJan 18, 2025
I would very much like to structure my repository as follows:
Or something similar. The key point here is that I'd like to be able to co-locate the framework source code along my services without Encore trying to parse un-bundled source-code.
Basically I just want Encore to ignore files and directories I tell it to ignore so I can co-locate an Astro application alongside my Encore app without having to have a top-level-directory for both.
Unfortunately, Encore currently tries to parse every subdirectory recursively, regardless of whether Encore or my Web-App import files from one-another (they don't) or whether a service is declared therein.
The text was updated successfully, but these errors were encountered: