api-rust/.gitignore
2024-01-01 09:41:11 -06:00

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
!*/