Added equality checks
This commit is contained in:
parent
a929de1b7c
commit
d365caf5a9
8 changed files with 122 additions and 12 deletions
11
.gitignore
vendored
11
.gitignore
vendored
|
@ -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
|
||||
!*/
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue