mirror of
https://github.com/tufanbarisyildirim/gonginx.git
synced 2026-04-27 00:35:51 +03:00
[PR #76] [MERGED] Match nginx parity: skip hidden files for include globs #75
Labels
No labels
bug
enhancement
good first issue
pull-request
question
v2
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/gonginx#75
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/tufanbarisyildirim/gonginx/pull/76
Author: @tufanbarisyildirim
Created: 2/20/2026
Status: ✅ Merged
Merged: 2/20/2026
Merged by: @tufanbarisyildirim
Base:
master← Head:fix/issue-64-include-glob-hidden-parity📝 Commits (1)
fde1b87Match nginx include glob behavior for hidden files📊 Changes
2 files changed (+82 additions, -0 deletions)
View changed files
📝
parser/parser.go(+23 -0)📝
parser/parser_test.go(+59 -0)📄 Description
Summary
Testing
go test ./parser -run 'TestParser_IncludeGlobSkipsHiddenFiles|TestParser_IncludeExplicitHiddenFile'go test ./parsermake testCloses #64
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.