Skip to content

Commit 44aacdc

Browse files
authored
chore: ignore Windows NUL device artifact in .gitignore (#65)
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>
1 parent 03a9f42 commit 44aacdc

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,3 +45,6 @@ Thumbs.db
4545
output/
4646
_scaffold*/
4747
/tmp/
48+
49+
# Windows NULL device - appears as untracked on Windows when shells redirect to nul
50+
nul

0 commit comments

Comments
 (0)