From df597241ef84191abf5526adfbdc69ed358870af Mon Sep 17 00:00:00 2001 From: Josh Farwell Date: Fri, 7 Aug 2015 16:47:11 -0700 Subject: [PATCH] Added .idea to gitignore Playing around with the Puppet extensions for Jetbrains, gitignoring the files it drops. Change-Id: I083892cccbf957088620b171576a372fcccd91cc Signed-off-by: Josh Farwell --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 4ee6d71..e481dab 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,6 @@ *.swp .ruby-version .ruby-gemset +.idea/* Gemfile.lock pkg -- 2.16.6