22 lines
195 B
Plaintext
22 lines
195 B
Plaintext
# Ignore everything
|
|
*
|
|
|
|
# But not these
|
|
!/.gitignore
|
|
!buf.gen.yaml
|
|
!buf.lock
|
|
!buf.yaml
|
|
|
|
!*.go
|
|
!go.sum
|
|
!go.mod
|
|
|
|
!legal/*
|
|
|
|
!LICENSE
|
|
!Makefile
|
|
!README.md
|
|
|
|
# ...even if they are in subdirectories
|
|
!*/
|