refactor: Update go.sum to include go.sum file in version control
The code changes in `.gitignore` modify the exclusion rule for `go.sum` file, removing the `#` symbol to include it in version control. This change ensures that the `go.sum` file is tracked and synchronized across different environments, improving dependency management and ensuring consistent builds.
This commit is contained in:
+1
-1
@@ -28,7 +28,7 @@ ehthumbs.db
|
||||
Thumbs.db
|
||||
|
||||
# Go specific
|
||||
# go.sum
|
||||
go.sum
|
||||
# go.mod
|
||||
|
||||
# Test binary, built with `go test -c`
|
||||
|
||||
Reference in New Issue
Block a user