ineffa/.gitignore
2026-03-12 18:36:39 -06:00

13 lines
183 B
Text

# This gitignore is a whitelist. Inspired by https://rgbcu.be/blog/gitignore
*
!.gitignore
!Cargo.toml
!Cargo.lock
!config.yaml.example
!src/
!src/*.rs
!src/**/*.rs
!*.md
!LICENSE*