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