1
proto/.gitignore

22 lines
220 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/*
!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
!*/