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
When building in bundleless mode, directories whose names start with a dot (.) are ignored.
This causes files inside such directories not to be included in the build output.
Expected behavior
Hidden directories (e.g., .generated) should be processed the same way as normal directories, unless explicitly excluded by configuration.