From 3a4f23ea25ebad6be306add06041b1397b036f6b Mon Sep 17 00:00:00 2001 From: Max Bucknell Date: Mon, 12 Aug 2019 21:44:24 +1000 Subject: [PATCH] Project local gitignores --- git/gitignore.symlink | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/git/gitignore.symlink b/git/gitignore.symlink index 34acd7e..badd6f9 100644 --- a/git/gitignore.symlink +++ b/git/gitignore.symlink @@ -11,10 +11,13 @@ .Spotlight-V100 .Trashes -# Vim Stuff +# Editor Stuff *.swp GoToFile .idea .pick_index + +# Files I want to have but not stage +*.maxignore