From a0ab77f2e8f21a7096dc9b0828907d6e4e34fc2d Mon Sep 17 00:00:00 2001 From: JP Appel Date: Wed, 11 Sep 2024 22:27:00 -0400 Subject: Start work on bingo functionality Created a simple struct for game state. Started work on board generators and their seeds. --- .gitignore | 3 --- 1 file changed, 3 deletions(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 6f72f89..f40e964 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,3 @@ -# 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~ -- cgit v1.2.3