1
proto/.gitignore

23 lines
237 B
Plaintext
Raw Normal View History

2023-12-29 16:06:57 -06:00
# Ignore everything
*
# But not these
!/.gitignore
!*.proto
!buf.gen.yaml
!buf.lock
!buf.yaml
!legal/*
!scripts/**/*
!swagger/*
2023-12-30 20:33:35 -06:00
!.woodpecker.yml
2023-12-29 16:06:57 -06:00
!LICENSE
!Makefile
2023-12-30 12:24:36 -06:00
!README.md
2023-12-29 16:06:57 -06:00
!swagger.json
# ...even if they are in subdirectories
!*/