[PR #67] [MERGED] Skip Hidden Files in include Glob #66

Closed
opened 2026-02-28 01:20:45 +03:00 by kerem · 0 comments
Owner

📋 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: masterHead: master


📝 Commits (2)

  • 8517fe4 Skip Hidden Files in include Glob
  • 4f74d08 Merge 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.

## 📋 Pull Request Information **Original PR:** https://github.com/tufanbarisyildirim/gonginx/pull/67 **Author:** [@nf-brentsaner](https://github.com/nf-brentsaner) **Created:** 3/18/2025 **Status:** ✅ Merged **Merged:** 2/20/2026 **Merged by:** [@tufanbarisyildirim](https://github.com/tufanbarisyildirim) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (2) - [`8517fe4`](https://github.com/tufanbarisyildirim/gonginx/commit/8517fe4ee64acf8563de1e2b907f9dcce7e93d5c) Skip Hidden Files in include Glob - [`4f74d08`](https://github.com/tufanbarisyildirim/gonginx/commit/4f74d084d0be3b1db4c8d313bc71f8209edf9b61) Merge upstream master and refine include glob hidden matching ### 📊 Changes **2 files changed** (+36 additions, -13 deletions) <details> <summary>View changed files</summary> 📝 `parser/parser.go` (+6 -13) 📝 `parser/parser_test.go` (+30 -0) </details> ### 📄 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. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-28 01:20:45 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/gonginx#66
No description provided.