2023-12-29 22:06:57 +00:00
|
|
|
# Ignore everything
|
|
|
|
*
|
|
|
|
|
|
|
|
# But not these
|
|
|
|
!/.gitignore
|
|
|
|
!*.proto
|
|
|
|
!buf.gen.yaml
|
|
|
|
!buf.lock
|
|
|
|
!buf.yaml
|
|
|
|
|
2023-12-31 01:13:31 +00:00
|
|
|
!.woodpecker/*
|
2023-12-29 22:06:57 +00:00
|
|
|
!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
|
|
|
|
!*/
|