Skip to content

Commit

Permalink
git: add go.work.sum to .gitignore
Browse files Browse the repository at this point in the history
`go.work.sum` always changes too large. We only need it to work well locally.

Signed-off-by: Yadong Ding <ding_yadong@foxmail.com>
  • Loading branch information
Desiki-high authored and imeoer committed Nov 22, 2023
1 parent 767adcf commit 6f9551a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1,635 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,4 @@
**/.pyc
__pycache__
.DS_Store
go.work.sum
Loading

0 comments on commit 6f9551a

Please sign in to comment.