update .gitignore

This commit is contained in:
Josh 2018-06-14 16:56:18 -04:00
parent 9d55a88d4a
commit 766066f9dc
1 changed files with 5 additions and 1 deletions

6
.gitignore vendored
View File

@ -11,6 +11,10 @@
/db/*.sqlite3
/db/*.sqlite3-journal
# Ignore static assets.
/public/system/**
/public/assets/**
# Ignore all logfiles and tempfiles.
/log/*
/tmp/*
@ -21,4 +25,4 @@
.byebug_history
# Ignore environment configuration.
.env
.env