From d18c411a84452c793415f6ee444cfba64bab4fcf Mon Sep 17 00:00:00 2001 From: Andreas Stephanides Date: Tue, 12 Feb 2013 02:09:28 +0100 Subject: [PATCH] ignore devise --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index eb3489a..f45489f 100644 --- a/.gitignore +++ b/.gitignore @@ -9,6 +9,7 @@ # Ignore the default SQLite database. /db/*.sqlite3 +/config/initializers/devise.rb # Ignore all logfiles and tempfiles. /log/*.log