chore: Add nul to .gitignore (Windows temp file)

This commit is contained in:
BaekRyang 2025-11-05 11:23:44 +09:00
parent 9f32e2ce8f
commit d621d5b691

1
.gitignore vendored
View File

@ -11,6 +11,7 @@ yarn-error.log*
.vscode/* .vscode/*
.DS_Store .DS_Store
*.log *.log
nul
# Demo (템플릿 파일, 실제 데모는 별도 저장소) # Demo (템플릿 파일, 실제 데모는 별도 저장소)
/demo /demo