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