Added equality checks

This commit is contained in:
2023-07-05 13:14:37 +02:00
parent e6865a34ff
commit 13850a3acd
8 changed files with 122 additions and 12 deletions

11
.gitignore vendored
View File

@ -1,15 +1,9 @@
# ---> 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
!/.editorconfig
!*.go
!go.sum
@ -18,8 +12,5 @@
!README.md
!LICENSE
# !Makefile
# ...even if they are in subdirectories
!*/