gitignore/community/Golang
kuritka 4e89ae30ed
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>
2021-12-07 17:11:14 +01:00
..
Go.AllowList.gitignore Adding AllowList for Go 2021-12-07 17:11:14 +01:00
Hugo.gitignore Merge pull request #3873 from davidsneighbour/patch-1 2021-12-06 22:53:55 -08:00