23 lines
237 B
Plaintext
23 lines
237 B
Plaintext
# Ignore everything
|
|
*
|
|
|
|
# But not these
|
|
!/.gitignore
|
|
!*.proto
|
|
!buf.gen.yaml
|
|
!buf.lock
|
|
!buf.yaml
|
|
|
|
!legal/*
|
|
!scripts/**/*
|
|
!swagger/*
|
|
|
|
!.woodpecker.yml
|
|
!LICENSE
|
|
!Makefile
|
|
!README.md
|
|
!swagger.json
|
|
|
|
# ...even if they are in subdirectories
|
|
!*/
|