From 049b9acbd9635c206f5eeb01074b5d63803c4cd5 Mon Sep 17 00:00:00 2001 From: Gabriel Arakaki Giovanini Date: Wed, 19 Jul 2023 21:13:34 +0200 Subject: 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. --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 8c71f01..4b42cf2 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,5 @@ vendor/ -static/ +static/main.css bin/ media_cache/ templates/*.qtpl.go -- cgit v1.2.3