Initial commit

This commit is contained in:
Gnarwhal 2024-09-28 05:20:25 +00:00
commit 3bb6a2e8b9
Signed by: Gnarwhal
GPG key ID: 0989A73D8C421174
4 changed files with 703 additions and 0 deletions

23
.gitignore vendored Normal file
View file

@ -0,0 +1,23 @@
# Allowlisting gitignore template for GO projects prevents us
# from adding various unwanted local files, such as generated
# files, developer configurations or IDE-specific files etc.
#
# Recommended: Go.AllowList.gitignore
# Ignore everything
*
# But not these files...
!/.gitignore
!*.go
!go.sum
!go.mod
!README.md
!LICENSE
# !Makefile
# ...even if they are in subdirectories
!*/