From a76eb60dd4221285aa1c2737c619360ff659c6ef Mon Sep 17 00:00:00 2001 From: alan snape Date: Mon, 5 Dec 2016 04:15:48 +0000 Subject: [PATCH] modfy: add ignore to db/schema.rb --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index d548e5f..a7b537b 100644 --- a/.gitignore +++ b/.gitignore @@ -10,6 +10,7 @@ # Ignore the default SQLite database. /db/*.sqlite3 /db/*.sqlite3-journal +/db/schema.rb # Ignore all logfiles and tempfiles. /log/*