easy_deploy_configs

This commit is contained in:
Zachary Chai
2016-11-15 11:35:49 -05:00
parent 8fc8182672
commit 8e7eef4b57
7 changed files with 21 additions and 18 deletions

4
.gitignore vendored
View File

@ -8,8 +8,8 @@
/.bundle
# Ignore the default SQLite database.
/db/*.sqlite3
/db/*.sqlite3-journal
/db/**/*.sqlite3
/db/**/*.sqlite3-journal
# Ignore all logfiles and tempfiles.
/log/*