]> source.dussan.org Git - gitignore.git/commit
Adding AllowList for Go 3912/head
authorkuritka <kuritka@gmail.com>
Tue, 7 Dec 2021 15:50:54 +0000 (16:50 +0100)
committerkuritka <kuritka@gmail.com>
Tue, 7 Dec 2021 16:11:14 +0000 (17:11 +0100)
commit4e89ae30edecbbd49d72fb3a04142ca05b46f07e
tree2f71d61be3a6b227bfb3daec6268e8ba4c72c658
parent996b2a21b2c005a2eceae4beb1741e10c84f817c
Adding AllowList for Go

**Reasons for making this change:**

_Allowlisting with .gitignore is a technique for dealing with source trees that can have various different untracked local files such as generated output, packages installed through package managers, “working” files, config for individual developers, etc. Rather than trying to come up with some master list of all possible untracked files and add them to .gitignore, it can be easier to start by ignoring everything and then add specific directories back._
_I think the requirements for software development are changing and there is a need to offer an alternative to the denylist._

- https://jasonstitt.com/gitignore-whitelisting-patterns
- https://github.com/golang/go

Signed-off-by: kuritka <kuritka@gmail.com>
community/Golang/Go.AllowList.gitignore [new file with mode: 0644]