This commit is contained in:
Mariano Z. 2025-04-21 12:07:24 -03:00
commit b4cdb80b5c
Signed by: marianozunino
GPG key ID: 4C73BAD25156DACE
137 changed files with 6383 additions and 0 deletions

11
.gitattributes vendored Normal file
View file

@ -0,0 +1,11 @@
# 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