add go sum to gitignore

This commit is contained in:
Arthur Lu 2025-02-25 22:47:53 +00:00
parent cfceb32134
commit 73df998985

3
.gitignore vendored
View File

@ -1,4 +1,5 @@
**/config.json
**/package-lock.json
**/node_modules
dist/*
dist/*
go.sum