1
proto/.gitignore
2023-12-30 12:24:36 -06:00

22 lines
220 B
Plaintext

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