23 lines
220 B
Plaintext
23 lines
220 B
Plaintext
|
# Ignore everything
|
||
|
*
|
||
|
|
||
|
# But not these
|
||
|
!/.gitignore
|
||
|
!buf.gen.yaml
|
||
|
!buf.lock
|
||
|
!buf.yaml
|
||
|
|
||
|
!*.rs
|
||
|
!Cargo.toml
|
||
|
!Cargo.lock
|
||
|
|
||
|
!legal/*
|
||
|
|
||
|
!.woodpecker.yml
|
||
|
!LICENSE
|
||
|
!Makefile
|
||
|
!README.md
|
||
|
|
||
|
# ...even if they are in subdirectories
|
||
|
!*/
|