# Ignore everything
*
# But not these
!/.gitignore
!buf.gen.yaml
!buf.lock
!buf.yaml
!*.go
!go.sum
!go.mod
!legal/*
!.woodpecker.yml
!LICENSE
!Makefile
!README.md
# ...even if they are in subdirectories
!*/