From ad91225a596de24a69ebb85d852686ebe2bbe495 Mon Sep 17 00:00:00 2001 From: Sandro Santilli Date: Mon, 7 May 2012 19:32:37 +0200 Subject: [PATCH] Ignore Gemfile.lock (should help with not committing it again) --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index b97d49c6d9..c882515535 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ +Gemfile.lock .DS_Store .bundle db/*.sqlite3 @@ -12,4 +13,4 @@ bin/ config/database.yml .idea/* config/app_config.yml -src/ \ No newline at end of file +src/