init
This commit is contained in:
commit
b4cdb80b5c
137 changed files with 6383 additions and 0 deletions
11
.gitattributes
vendored
Normal file
11
.gitattributes
vendored
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue