From 5478676c3e78caff6bdc3f910e0068a07f3056b5 Mon Sep 17 00:00:00 2001 From: Aidan Honor Date: Mon, 21 Oct 2024 20:59:07 -0400 Subject: [PATCH] add public folder and main.css --- .gitignore | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 5a5006b..18281a8 100644 --- a/.gitignore +++ b/.gitignore @@ -134,4 +134,6 @@ package-lock.json docker-compose.yml .setup_complete config.json -.db_init \ No newline at end of file +.db_init +public/ +src/css/main.css \ No newline at end of file