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 packages with elastic-package build with macOS, a common pain point is that system generated hidden files (specifically .DS_Store) cause it to generate errors when building packages if the folder has been opened with Finder. Instead of generating an error, these files could be automatically excluded from the package build.
These files seem to already be excluded from the package root directory, but not subdirectories.