1
proto/.gitignore
2023-12-29 16:06:57 -06:00

21 lines
209 B
Plaintext

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