Remove Zone.Identifier files that break Windows checkout
Windows NTFS Zone.Identifier alternate data stream files were accidentally committed. The colon in the filename is invalid on Windows, causing git checkout to fail on Windows runners. Also added *:Zone.Identifier to .gitignore to prevent this recurring. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
3
.gitignore
vendored
3
.gitignore
vendored
@@ -63,3 +63,6 @@ dist/
|
|||||||
|
|
||||||
# Tauri
|
# Tauri
|
||||||
src-tauri/target/
|
src-tauri/target/
|
||||||
|
|
||||||
|
# Windows NTFS alternate data streams
|
||||||
|
*:Zone.Identifier
|
||||||
|
|||||||
Binary file not shown.
Binary file not shown.
Reference in New Issue
Block a user