From d5de6aba8a8d6c676c2f4f23105f92649cbfa354 Mon Sep 17 00:00:00 2001 From: Aled Sage Date: Mon, 23 Jan 2017 18:51:28 +0000 Subject: [PATCH] Exclude cli/.glide/* (cache) from rat + git --- cli/.gitignore | 1 + cli/pom.xml | 1 + 2 files changed, 2 insertions(+) diff --git a/cli/.gitignore b/cli/.gitignore index 41559ee..40209ea 100644 --- a/cli/.gitignore +++ b/cli/.gitignore @@ -1,2 +1,3 @@ temp_test vendor/ +.glide/ diff --git a/cli/pom.xml b/cli/pom.xml index b725567..8e32329 100644 --- a/cli/pom.xml +++ b/cli/pom.xml @@ -101,6 +101,7 @@ vendor/** glide.* + .glide/**