From 73603079e29bc89c54296a9e12b5a779cd84c023 Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Thu, 2 May 2024 23:18:19 +0200 Subject: feat: serve a very basic html template --- .gitignore | 5 +++++ 1 file changed, 5 insertions(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 2368a38..ebdb921 100644 --- a/.gitignore +++ b/.gitignore @@ -15,6 +15,7 @@ !/README.md !/LICENSE !/justfile +!/config.toml !/nix !*.nix @@ -25,5 +26,9 @@ !/gomod2nix.toml !*.go +!*.tmpl +!*.js +!/frontend + # ...even if they are in subdirectories !*/ -- cgit 1.4.1