1
Fork 0
proto/.gitignore
mya 689e96d4c1
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
ci: simplify workflow
2023-12-30 20:33:35 -06:00

23 lines
237 B
Plaintext

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