From dc3d6f1649028d798bb74145281a024161e145d7 Mon Sep 17 00:00:00 2001 From: Aleksandr Didenko Date: Mon, 22 Dec 2014 10:42:03 +0200 Subject: [PATCH] Update .gitignore file 1) We need to ship metadata.json with puppet modules because of deprecation of Modulefile: https://docs.puppetlabs.com/puppet/latest/reference/modules_publishing.html DEPRECATION WARNING As of Puppet 3.6 the Modulefile has been deprecated in favor of the metadata.json file. Some modules already have no Modulefile and it's impossibleto check such module's source/dependencies since we ignore metadata.json 2) We're going to use 'bundle' in our CI. So in order to run some CI tests localy in the working dir it would be convenient to ignore .bundled_gems directory that will be created by CI scripts. Change-Id: I5523e84480ef3638a5442ac683d5e648d9f8a0fd --- .gitignore | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 062ab2e78b..80172bd819 100644 --- a/.gitignore +++ b/.gitignore @@ -21,6 +21,8 @@ _build .vagrant Vagrantfile -metadata.json +# Bundle Gemfile.lock +.bundled_gems + /rdoc