agate

Simple gemini server for static files
git clone https://github.com/mbrubeck/agate.git
Log | Files | Refs | README

commit 92017377543a6634bc61e2afe2a177255314fea3
parent 141cef569f65486785ee16a7dc477b75e31b013c
Author: Albert Larsan <74931857+albertlarsan68@users.noreply.github.com>
Date:   Thu, 24 Mar 2022 14:42:55 +0100

Update .gitignore (#164)

The .certificates directory is generated when running the program.
However, it is not made to be published.
Adding it to the .gitignore file avoids accidentally adding it.
Diffstat:
M.gitignore | 4+++-
1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/.gitignore b/.gitignore @@ -1 +1,2 @@ -/target +/target +/.certificates +\ No newline at end of file