Sha256: d725fdb6b0f5050c989269a423bafbb1856ba4a0e8fd0d6aa9f60d066738fa09

Contents?: true

Size: 389 Bytes

Versions: 4

Compression:

Stored size: 389 Bytes

Contents

# 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

!*.go
!go.sum
!go.mod

!README.md
!LICENSE

# !Makefile

# ...even if they are in subdirectories
!*/

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
forgitter-0.1.4 data/github/community/Golang/Go.AllowList.gitignore
forgitter-0.1.3 data/github/community/Golang/Go.AllowList.gitignore
forgitter-0.1.2 data/github/community/Golang/Go.AllowList.gitignore
forgitter-0.1.1 data/github/community/Golang/Go.AllowList.gitignore