1
proto/.gitignore

22 lines
220 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
2023-12-30 18:24:36 +00:00
!README.md
2023-12-29 22:06:57 +00:00
!swagger.json
# ...even if they are in subdirectories
!*/