1
proto/.gitignore

21 lines
209 B
Plaintext
Raw Normal View History

2023-12-29 22:06:57 +00:00
# Ignore everything
*
# But not these
!/.gitignore
!*.proto
!buf.gen.yaml
!buf.lock
!buf.yaml
!legal/*
!scripts/**/*
!swagger/*
!LICENSE
!Makefile
!swagger.json
# ...even if they are in subdirectories
!*/