From 12b2c06b71cf7d0b9298ee9a8b801da5130a13c9 Mon Sep 17 00:00:00 2001 From: bsag Date: Sun, 15 Jun 2008 10:43:48 +0100 Subject: [PATCH] Added line to .gitignore to ignore db/*.sqlite3 files. I suggest that users use the .sqlite3 suffix for their databases, and reserve .db for the example databases. --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index b2629579..8b2fc7e0 100644 --- a/.gitignore +++ b/.gitignore @@ -2,4 +2,5 @@ config/database.yml config/environment.rb log tmp -db/data.yml \ No newline at end of file +db/data.yml +db/*.sqlite3 \ No newline at end of file