fix: remove go.sum from ignore list

This commit is contained in:
Shekhar Vaidya 2026-04-10 20:33:36 +05:30
parent 56a43b2ff0
commit acd9f94e5f
2 changed files with 2 additions and 1 deletions

1
.gitignore vendored
View file

@ -24,7 +24,6 @@ frontend/build/
backend/main
backend/*.exe
backend/tmp/
go.sum
# ── OS files ───────────────────────────────────────────
.DS_Store

2
backend/go.sum Normal file
View file

@ -0,0 +1,2 @@
github.com/google/uuid v1.6.0 h1:NIvaJDMOsjHA8n1jAhLSgzrAzy1Hgr+hNrb57e+94F0=
github.com/google/uuid v1.6.0/go.mod h1:TIyPZe4MgqvfeYDBFedMoGGpEw/LqOeaOT+nhxU+yHo=