diff --git a/.gitignore b/.gitignore index 0012b61c7..2dda578bf 100644 --- a/.gitignore +++ b/.gitignore @@ -7,6 +7,7 @@ pkg/* # You should check in your Gemfile.lock in applications, and not in gems /Gemfile.local +acceptance/.bundle # ignore some common Bundler 'binstubs' directory names # http://gembundler.com/man/bundle-exec.1.html diff --git a/acceptance/.bundle/config b/acceptance/.bundle/config deleted file mode 100644 index df11c7518..000000000 --- a/acceptance/.bundle/config +++ /dev/null @@ -1,2 +0,0 @@ ---- -BUNDLE_DISABLE_SHARED_GEMS: '1'