From 91b03d5bef89e9e22c551f306844c29676569e6e Mon Sep 17 00:00:00 2001 From: Guangxiong Lin Date: Sat, 2 Apr 2022 14:59:17 +0800 Subject: Add global git attributes file --- .gitattributes_global | 1 + .gitconfig | 1 + 2 files changed, 2 insertions(+) create mode 100644 .gitattributes_global diff --git a/.gitattributes_global b/.gitattributes_global new file mode 100644 index 0000000..f97b721 --- /dev/null +++ b/.gitattributes_global @@ -0,0 +1 @@ +*.gpg diff=gpg diff --git a/.gitconfig b/.gitconfig index 5217c83..063056d 100644 --- a/.gitconfig +++ b/.gitconfig @@ -14,3 +14,4 @@ tool = vimdiff [core] excludesFile = ~/.gitignore + attributesfile = ~/.gitattributes -- cgit v1.2.3