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