minor fixes

This commit is contained in:
Josh
2018-06-19 16:43:27 -04:00
parent d1b81a385f
commit e1eca134fc
8 changed files with 12 additions and 11 deletions

4
.gitignore vendored
View File

@ -14,15 +14,15 @@
# Ignore static assets.
/public/system/**
/public/assets/**
/public/gl/**
# Ignore production paths.
/db/production
# Ignore all logfiles and tempfiles.
/log/*
/tmp/*
/tmp
!/log/.keep
!/tmp/.keep
# Ignore Byebug command history file.
.byebug_history