1
Fork 0
api-go/.gitignore
mya 9bb2be3ac5
All checks were successful
ci/woodpecker/manual/woodpecker Pipeline was successful
ci: add woodpecker
2023-12-30 20:51:43 -06:00

23 lines
212 B
Plaintext

# 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
!*/