5 Commits

Author SHA1 Message Date
db123-test
bdc0d9beb2 fix: commit go.sum and remove .sum from gitignore
The .sum exclusion was preventing version control of Go dependency checksums. Remove the pattern from .gitignore to allow go.sum to be committed while keeping generated binaries (.exe, .env, .db*) excluded.
2026-05-07 17:54:36 +03:30
db123-test
6ea4019d55 chore(gitignore): ignored .db files 2026-05-07 16:53:11 +03:30
db123-test
684ac2a8c3 chore: update .gitignore to exclude .sum files and fix formatting 2026-05-07 15:41:10 +03:30
db123-test
0c1bbdcaf4 chore: ignore environment files in .gitignore 2026-05-05 17:27:29 +03:30
db123-test
b02b720dc6 init: added the base files by ai and debugged by hand
it's great but currently it has a basic error which is go nil pointer dereference

WIP
2026-05-03 16:17:04 +03:30