ineffa/.gitignore
2026-03-12 18:47:45 -06:00

14 lines
191 B
Text

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