mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-09 03:57:41 +00:00
Merge pull request #117811 from MikeSpreitzer/ignore-go-work
Add go.work and go.work.sum to .gitignore
This commit is contained in:
commit
ace6a79372
4
.gitignore
vendored
4
.gitignore
vendored
@ -1,3 +1,7 @@
|
||||
# gopls gets indigestion without go.work, CI gets indigestion WITH go.work
|
||||
/go.work
|
||||
/go.work.sum
|
||||
|
||||
# OSX leaves these everywhere on SMB shares
|
||||
._*
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user