From 861c0daaebb626c02796f3ebd45ee2f6630a02fd Mon Sep 17 00:00:00 2001 From: Justin Stoller Date: Wed, 17 Dec 2014 10:19:28 -0800 Subject: [PATCH] add geppetto-rc file to ignore examples (you should fix your examples though) --- .geppetto-rc.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .geppetto-rc.json diff --git a/.geppetto-rc.json b/.geppetto-rc.json new file mode 100644 index 00000000..7df23298 --- /dev/null +++ b/.geppetto-rc.json @@ -0,0 +1,9 @@ +{ + "excludes": [ + "**/contrib/**", + "**/examples/**", + "**/tests/**", + "**/spec/**", + "**/pkg/**" + ] +}