From 0069299d6f1add09dce494783013bb6656a9310a Mon Sep 17 00:00:00 2001 From: Nate McCurdy Date: Mon, 27 Nov 2017 19:08:54 -0500 Subject: [PATCH] Ignore modules pulled from r10k into modules/ Prior to this, modules that were deployed with r10k into the ./modules directory weren't being ignored by git. When doing local development or testing, it's nice to be able to run 'r10k puppetfile install' to pull down modules from the Puppetfile. After this commit, those modules won't be tracked by git. --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 897fdc4..52146d6 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -hieradata/nodes/example-puppet-master.yaml +modules/