Commit of mostly working code.

This commit is contained in:
Shane Clark
2025-01-23 20:56:02 -07:00
parent 6a1132ca92
commit 4754eb539c
6 changed files with 423 additions and 2 deletions
+15 -2
View File
@@ -1,4 +1,7 @@
# ---> Go
# Created by https://www.toptal.com/developers/gitignore/api/go,jetbrains+all
# Edit at https://www.toptal.com/developers/gitignore?templates=go,jetbrains+all
### 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
#
@@ -21,7 +24,7 @@
# Go workspace file
go.work
# ---> JetBrains
### JetBrains+all ###
# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio, WebStorm and Rider
# Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839
@@ -100,3 +103,13 @@ fabric.properties
# Android studio 3.1+ serialized cache file
.idea/caches/build_file_checksums.ser
### JetBrains+all Patch ###
# Ignore everything but code style settings and run configurations
# that are supposed to be shared within teams.
.idea/*
!.idea/codeStyles
!.idea/runConfigurations
# End of https://www.toptal.com/developers/gitignore/api/go,jetbrains+all