2024-09-28 05:20:25 +00:00
|
|
|
# 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
|
|
|
|
!*/
|
2024-10-02 07:56:56 +00:00
|
|
|
|
2024-10-04 21:14:27 +00:00
|
|
|
!diodemail-hash
|
2024-10-02 19:15:07 +00:00
|
|
|
!Dockerfile
|