From: Andy Allan Date: Wed, 31 May 2023 16:36:53 +0000 (+0100) Subject: Ignore .bundle/config X-Git-Tag: live~742^2 X-Git-Url: https://git.openstreetmap.org/rails.git/commitdiff_plain/d9baad5fd904c8b3c5e4ceee0d321a0c7cdde505 Ignore .bundle/config This can be created by passing flags to bundler, such as the ones used in our vagrant provisioning --- diff --git a/.gitignore b/.gitignore index 75e9eb59e..e5866532e 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,6 @@ *~ .DS_Store +.bundle/config .idea .ruby-gemset .ruby-version