From b9581806885f594753584c55536e7b42986893e1 Mon Sep 17 00:00:00 2001 From: Donovan Glover Date: Thu, 21 Dec 2017 13:08:57 -0500 Subject: [PATCH] Ignore files made by shards with .gitignore --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitignore b/.gitignore index 49bc75f3..503b4c7e 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,7 @@ # Ignore all files inside the bin/ directory except .gitkeep bin/* !bin/.gitkeep + +# Ignore all files made by shards +.shards/ +lib/**/*