Delete .github/Go.AllowList.gitignore.txt
This commit is contained in:
parent
d8d909991c
commit
0ff2600d0a
1 changed files with 0 additions and 23 deletions
23
.github/Go.AllowList.gitignore.txt
vendored
23
.github/Go.AllowList.gitignore.txt
vendored
|
|
@ -1,23 +0,0 @@
|
|||
# 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
|
||||
!*/
|
||||
Loading…
Add table
Add a link
Reference in a new issue