From 85f217f63e248ae0df44368a6a0d03620955f170 Mon Sep 17 00:00:00 2001 From: Carson Fleming Date: Wed, 18 Oct 2023 03:48:52 -0400 Subject: Created initial backend architecture and redirection routes --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index c6bba59..3ecb4bd 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,6 @@ +# Actual config should be copied from config.sample.js and customized +config.js + # Logs logs *.log -- cgit v1.2.3