11 lines
571 B
Text
11 lines
571 B
Text
# Sensitive files that should be encrypted with git-crypt
|
|
ssh/.ssh/config filter=git-crypt diff=git-crypt
|
|
gnupg/.gnupg/* filter=git-crypt diff=git-crypt
|
|
npm/.config/npm/npmrc filter=git-crypt diff=git-crypt
|
|
zsh/.config/zsh/zsh_history* filter=git-crypt diff=git-crypt
|
|
config/.config/sdm-ui.yaml filter=git-crypt diff=git-crypt
|
|
config/.config/ngrok/ngrok.yml filter=git-crypt diff=git-crypt
|
|
|
|
# Add any new paths for sensitive files in your new modules
|
|
# For example, if you have API tokens in new locations:
|
|
# mise/.config/mise/config.toml filter=git-crypt diff=git-crypt
|