From f93b66425f30e3af676d6513e74ce308b40fe158 Mon Sep 17 00:00:00 2001 From: John Keiser Date: Wed, 4 Nov 2015 15:49:01 -0800 Subject: Include pedant.gemfile.lock in .gitignore --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 953f58919f..b5fa1a24d7 100644 --- a/.gitignore +++ b/.gitignore @@ -8,7 +8,7 @@ tags # you should check in your Gemfile.lock in applications, and not in gems external_tests/*.lock -Gemfile.lock +*.lock Gemfile.local # Do not check in the .bundle directory, or any of the files inside it. Those files are specific to each particular machine, and are used to persist installation options between runs of the bundle install command. -- cgit v1.2.1