.gitattributes 679 B

12345678910111213
  1. # Sensitive files that should be encrypted with git-crypt
  2. ssh/.ssh/config filter=git-crypt diff=git-crypt
  3. gnupg/.gnupg/* filter=git-crypt diff=git-crypt
  4. npm/.config/npm/npmrc filter=git-crypt diff=git-crypt
  5. zsh/.config/zsh/zsh_history* filter=git-crypt diff=git-crypt
  6. config/.config/sdm-ui.yaml filter=git-crypt diff=git-crypt
  7. config/.config/ngrok/ngrok.yml filter=git-crypt diff=git-crypt
  8. aws/.aws/config filter=git-crypt diff=git-crypt
  9. rbw/.config/rbw/config.json filter=git-crypt diff=git-crypt
  10. # Add any new paths for sensitive files in your new modules
  11. # For example, if you have API tokens in new locations:
  12. # mise/.config/mise/config.toml filter=git-crypt diff=git-crypt