Skip to content
This repository was archived by the owner on May 20, 2025. It is now read-only.

Commit 328cb9f

Browse files
committed
Do not modify newlines in vendor directory
The autobump script uses `git status` to detect changes, which is detecting just a newline change in certain vendor packages and failing to commit because git updates the newline characters.
1 parent d15b2fb commit 328cb9f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.gitattributes

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
*.go text eol=lf
2+
vendor/** -text

0 commit comments

Comments
 (0)