diff options
author | kuritka <kuritka@gmail.com> | 2021-12-13 15:08:41 +0100 |
---|---|---|
committer | kuritka <kuritka@gmail.com> | 2021-12-13 15:10:58 +0100 |
commit | 29f57d101007d7cdece5ff14f11fad7a176ea802 (patch) | |
tree | 011c97ffab72898fb21c23cd767719eaaf560750 | |
parent | dd9c41b6088bb200e53d4c4ba4d72f8218b2e898 (diff) | |
download | gitignore-29f57d101007d7cdece5ff14f11fad7a176ea802.tar.gz gitignore-29f57d101007d7cdece5ff14f11fad7a176ea802.zip |
GO: Added link to allow list template
Signed-off-by: kuritka <kuritka@gmail.com>
-rw-r--r-- | Go.gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Go.gitignore b/Go.gitignore index de67df5e..3b735ec4 100644 --- a/Go.gitignore +++ b/Go.gitignore @@ -1,3 +1,6 @@ +# 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 +# # Binaries for programs and plugins *.exe *.exe~ |