Skip to content

Conversation

Mpdreamz
Copy link
Member

No description provided.

@Mpdreamz Mpdreamz added the chore label Feb 19, 2025
@Mpdreamz Mpdreamz self-assigned this Feb 19, 2025
@Mpdreamz Mpdreamz requested a review from a team February 19, 2025 16:02
Comment on lines +54 to +57
.Where(f => !f.Attributes.HasFlag(FileAttributes.Hidden) && !f.Attributes.HasFlag(FileAttributes.System))
.Where(f => !f.Directory!.Attributes.HasFlag(FileAttributes.Hidden) && !f.Directory!.Attributes.HasFlag(FileAttributes.System))
// skip hidden folders
.Where(f => !Path.GetRelativePath(SourcePath.FullName, f.FullName).StartsWith('.'))
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@reakaleek this is actually an important fix for docs-content and asciidocalypse since they generate from the root 😸

@Mpdreamz Mpdreamz merged commit 61d8188 into main Feb 19, 2025
5 checks passed
@Mpdreamz Mpdreamz deleted the feature/assembler-checkout branch February 19, 2025 16:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants