16 lines
165 B
Plaintext
16 lines
165 B
Plaintext
# Ignore everything
|
|
*
|
|
|
|
# But not these files...
|
|
!/.gitignore
|
|
!/.editorconfig
|
|
|
|
!*.go
|
|
!go.sum
|
|
!go.mod
|
|
|
|
!README.md
|
|
!LICENSE
|
|
|
|
# ...even if they are in subdirectories
|
|
!*/ |