This commit is contained in:
2025-08-14 19:30:32 -07:00
parent 689d5d4f37
commit e35c31215b
6 changed files with 19 additions and 20 deletions

20
.gitignore vendored
View File

@@ -25,26 +25,6 @@ go.work.sum
# env file
.env
# ---> Go.AllowList
# 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