modfy: add ignore to db/schema.rb

This commit is contained in:
alan snape 2016-12-05 04:15:48 +00:00
parent 70be9e79e0
commit a76eb60dd4
1 changed files with 1 additions and 0 deletions

1
.gitignore vendored
View File

@ -10,6 +10,7 @@
# Ignore the default SQLite database.
/db/*.sqlite3
/db/*.sqlite3-journal
/db/schema.rb
# Ignore all logfiles and tempfiles.
/log/*