Skip to content

Commit 685ecef

Browse files
committed
chore: add Windows nul device to .gitignore
Windows shell redirections and tooling can create a literal file named 'nul' (a reserved device name) that cannot be deleted via normal rm operations. Adding it to .gitignore prevents this artifact from polluting improvement branches on Windows clones.
1 parent 77edf21 commit 685ecef

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ ENV/
6666
# OS
6767
.DS_Store
6868
Thumbs.db
69+
nul
6970

7071
# Project specific
7172
research/

0 commit comments

Comments
 (0)