.gitattributes 616 B

1234567891011121314151617181920
  1. ##############################
  2. # Some of the files in this repo are encrypted using `git-crypt`
  3. ##
  4. # EXAMPLE
  5. # secretfile filter=git-crypt diff=git-crypt
  6. ####
  7. # Global `git-crypt` files, ie. all files in this repo with a `.shu` 🤫
  8. ##
  9. *.shu filter=git-crypt diff=git-crypt
  10. # *.weechatlog filter=git-crypt diff=git-crypt
  11. # **/irc.conf.shu filter=git-crypt diff=git-crypt
  12. jobs/bin/openvpn/** filter=git-crypt diff=git-crypt
  13. # Don't encrypt the `.gitattributes file itself
  14. .gitattributes !filter !diff
  15. # NOTE: the below is added when running,
  16. # `git lfs track '*.tar.gz'
  17. *.tar.gz filter=lfs diff=lfs merge=lfs -text