1
proto/.gitignore
mya 2fdc68654f
All checks were successful
ci/woodpecker/manual/lint Pipeline was successful
ci/woodpecker/manual/generate Pipeline was successful
ci: add woodpecker config
2023-12-30 19:13:31 -06:00

23 lines
235 B
Plaintext

# Ignore everything
*
# But not these
!/.gitignore
!*.proto
!buf.gen.yaml
!buf.lock
!buf.yaml
!.woodpecker/*
!legal/*
!scripts/**/*
!swagger/*
!LICENSE
!Makefile
!README.md
!swagger.json
# ...even if they are in subdirectories
!*/