From: Josh Farwell Date: Fri, 7 Aug 2015 23:47:11 +0000 (-0700) Subject: Added .idea to gitignore X-Git-Url: https://gerrit.linuxfoundation.org/infra/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F92%2F392%2F2;p=puppet%2Fmodules%2Fmailman3.git 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 --- 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