diff options
author | Gabriel Arakaki Giovanini <mail@gabrielgio.me> | 2023-07-19 21:13:34 +0200 |
---|---|---|
committer | Gabriel Arakaki Giovanini <mail@gabrielgio.me> | 2023-07-19 21:13:34 +0200 |
commit | 049b9acbd9635c206f5eeb01074b5d63803c4cd5 (patch) | |
tree | fe2caacb21445edcb93f13ab73ed5f0d1430c65a /.gitignore | |
parent | b8b6d3037c524575f140650ac243c16df6a98a92 (diff) | |
download | lens-049b9acbd9635c206f5eeb01074b5d63803c4cd5.tar.gz lens-049b9acbd9635c206f5eeb01074b5d63803c4cd5.tar.bz2 lens-049b9acbd9635c206f5eeb01074b5d63803c4cd5.zip |
ref: Remove static fs on root
Go embed does allow to load parent folder, so I move static fs to
static folder as I think it fits better there than in the root of the
project.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,5 +1,5 @@ vendor/ -static/ +static/main.css bin/ media_cache/ templates/*.qtpl.go |