diff options
| author | Ahmed Abdelhalim <[email protected]> | 2021-03-27 15:06:05 +0100 |
|---|---|---|
| committer | Ahmed Abdelhalim <[email protected]> | 2021-03-27 15:06:05 +0100 |
| commit | fd106ffc9d592d81e3ec375da806b1591980b6b8 (patch) | |
| tree | d9f2d261ebc420bcd8f8e3d460571a53c780a6a7 | |
| parent | eecd9613223118c3a1a82bfcb51a047add74bd23 (diff) | |
Add encrypted heroku logins and other netrc configs
| -rw-r--r-- | .gitattributes | 2 | ||||
| -rw-r--r-- | .netrc | bin | 0 -> 226 bytes |
2 files changed, 1 insertions, 1 deletions
diff --git a/.gitattributes b/.gitattributes index c5c99a8..fad324b 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,3 +1,3 @@ .config/wtf/** filter=git-crypt diff=git-crypt .terraformrc filter=git-crypt diff=git-crypt - +.netrc filter=git-crypt diff=git-crypt Binary files differ |
