api-rust/.gitignore

23 lines
220 B
Plaintext
Raw Normal View History

2024-01-01 15:41:11 +00:00
# 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
!*/