Skip to content

chore: ignore Windows NUL device artifact in .gitignore#65

Merged
TMHSDigital merged 1 commit into
mainfrom
chore/ignore-nul-artifact
May 24, 2026
Merged

chore: ignore Windows NUL device artifact in .gitignore#65
TMHSDigital merged 1 commit into
mainfrom
chore/ignore-nul-artifact

Conversation

@TMHSDigital
Copy link
Copy Markdown
Owner

Summary

  • Adds nul to .gitignore so the Windows NULL device no longer appears as an untracked file in git status
  • nul is a Windows reserved device name (equivalent to /dev/null); it cannot be created or deleted as a real file, but git on Windows detects it as an untracked entry when a shell has redirected to it
  • No committed files affected

Checklist

  • No em dashes, en dashes, or emoji
  • DCO sign-off on commit
  • Only .gitignore edited

The name `nul` is a Windows reserved device that appears as an untracked
entry in git status when shells redirect to it. Adding it to .gitignore
suppresses the noise without touching anything committed.

Signed-off-by: fOuttaMyPaint <tmhospitalitystrategies@gmail.com>
Signed-off-by: fOuttaMyPaint <154358121+TMHSDigital@users.noreply.github.com>
@github-actions
Copy link
Copy Markdown

ghost commented May 24, 2026

Dependency Review

✅ No vulnerabilities or license issues or OpenSSF Scorecard issues found.

Scanned Files

None

@TMHSDigital TMHSDigital merged commit 44aacdc into main May 24, 2026
14 checks passed
@TMHSDigital TMHSDigital deleted the chore/ignore-nul-artifact branch May 24, 2026 17:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant