mirror of
https://github.com/tufanbarisyildirim/gonginx.git
synced 2026-04-27 00:35:51 +03:00
[PR #67] [MERGED] Skip Hidden Files in include Glob #66
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#66
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/67
Author: @nf-brentsaner
Created: 3/18/2025
Status: ✅ Merged
Merged: 2/20/2026
Merged by: @tufanbarisyildirim
Base:
master← Head:master📝 Commits (2)
8517fe4Skip Hidden Files in include Glob4f74d08Merge upstream master and refine include glob hidden matching📊 Changes
2 files changed (+36 additions, -13 deletions)
View changed files
📝
parser/parser.go(+6 -13)📝
parser/parser_test.go(+30 -0)📄 Description
Fixes #64.
Currently unknown is if NGINX when running on Windoes also skips dot-prefixed files, if it skips files with syscall.FILE_ATTRIBUTE_HIDDEN, if it doesn't skip at all, etc.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.