Closed baopham closed 9 years ago
.env:
.env
# foobar FOO_BAR=foo_bar # foobar 2 FOO_BAR_2=foo_bar_2
.env.example will be:
.env.example
# foobar FOO_BAR= # foobar 2 FOO_BAR_2=
The only thing is it doesn't preserve blank lines
.env
:.env.example
will be:The only thing is it doesn't preserve blank lines