forked from External/greenlight
update .gitignore
This commit is contained in:
parent
9d55a88d4a
commit
766066f9dc
|
@ -11,6 +11,10 @@
|
||||||
/db/*.sqlite3
|
/db/*.sqlite3
|
||||||
/db/*.sqlite3-journal
|
/db/*.sqlite3-journal
|
||||||
|
|
||||||
|
# Ignore static assets.
|
||||||
|
/public/system/**
|
||||||
|
/public/assets/**
|
||||||
|
|
||||||
# Ignore all logfiles and tempfiles.
|
# Ignore all logfiles and tempfiles.
|
||||||
/log/*
|
/log/*
|
||||||
/tmp/*
|
/tmp/*
|
||||||
|
@ -21,4 +25,4 @@
|
||||||
.byebug_history
|
.byebug_history
|
||||||
|
|
||||||
# Ignore environment configuration.
|
# Ignore environment configuration.
|
||||||
.env
|
.env
|
||||||
|
|
Loading…
Reference in New Issue