From fc36cfa4ea59503ad8ca0f4e9a07c00a17d13a0c Mon Sep 17 00:00:00 2001 From: Maciej Bowszys Date: Tue, 30 Jun 2026 22:45:40 +0200 Subject: [PATCH] 260630_224540 --- .gitignore | 42 +++++++++++++++++------------------------- go.mod | 3 --- moira_db.go | 8 -------- 3 files changed, 17 insertions(+), 36 deletions(-) delete mode 100644 go.mod delete mode 100644 moira_db.go diff --git a/.gitignore b/.gitignore index 5b90e79..9084f60 100644 --- a/.gitignore +++ b/.gitignore @@ -1,27 +1,19 @@ -# ---> Go -# If you prefer the allow list template instead of the deny list, see community template: -# https://github.com/github/gitignore/blob/main/community/Golang/Go.AllowList.gitignore -# -# Binaries for programs and plugins -*.exe -*.exe~ -*.dll -*.so -*.dylib +# Created by https://www.toptal.com/developers/gitignore/api/web +# Edit at https://www.toptal.com/developers/gitignore?templates=web -# Test binary, built with `go test -c` -*.test - -# Output of the go coverage tool, specifically when used with LiteIDE -*.out - -# Dependency directories (remove the comment below to include it) -# vendor/ - -# Go workspace file -go.work -go.work.sum - -# env file -.env +### Web ### +*.asp +*.cer +*.csr +*.css +*.htm +*.html +*.js +*.jsp +*.php +*.rss +*.wasm +*.wat +*.xhtml +# End of https://www.toptal.com/developers/gitignore/api/web diff --git a/go.mod b/go.mod deleted file mode 100644 index e910b4c..0000000 --- a/go.mod +++ /dev/null @@ -1,3 +0,0 @@ -module git.makemore.cloud/mjbow/moira_db - -go 1.26.4 diff --git a/moira_db.go b/moira_db.go deleted file mode 100644 index 751852a..0000000 --- a/moira_db.go +++ /dev/null @@ -1,8 +0,0 @@ -package main - -import "fmt" - - -func main(){ - fmt.Println("Welcome to moira_db!"); -}