From 766066f9dc8873bb8cee89cc18d2b4dd3a9c5ea3 Mon Sep 17 00:00:00 2001 From: Josh Date: Thu, 14 Jun 2018 16:56:18 -0400 Subject: [PATCH] update .gitignore --- .gitignore | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 037bbdc2..ea93d092 100644 --- a/.gitignore +++ b/.gitignore @@ -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 \ No newline at end of file +.env