puppetlabs / control-repo

A control repository template
Apache License 2.0
204 stars 510 forks source link

Ignore modules pulled from r10k #56

Closed natemccurdy closed 6 years ago

natemccurdy commented 6 years ago

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.