From 42ede2f621930407ca0052d502f856cd3e85cf40 Mon Sep 17 00:00:00 2001 From: Andrew Williams Date: Thu, 25 Feb 2021 11:05:29 +0000 Subject: [PATCH] Add global ignores to git --- git/.gitconfig | 1 + git/.gitignore_global | 1 + 2 files changed, 2 insertions(+) create mode 100644 git/.gitignore_global diff --git a/git/.gitconfig b/git/.gitconfig index 8212515..00e2013 100644 --- a/git/.gitconfig +++ b/git/.gitconfig @@ -4,6 +4,7 @@ signingkey = 86DAB9F71FF20A3A [core] editor = nano + excludesfile = /Users/nikdoof/.gitignore_global [alias] prune = fetch --prune diff --git a/git/.gitignore_global b/git/.gitignore_global new file mode 100644 index 0000000..e43b0f9 --- /dev/null +++ b/git/.gitignore_global @@ -0,0 +1 @@ +.DS_Store