From 41b11a75464a61fdba264e9b69bb4faca87d938a Mon Sep 17 00:00:00 2001 From: Alex Tavarez Date: Tue, 2 Sep 2025 16:37:30 -0400 Subject: [PATCH] Modified transferable files by git --- .gitignore | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 34c2c24..351ae74 100644 --- a/.gitignore +++ b/.gitignore @@ -43,4 +43,10 @@ npm-debug.log *.bak # SSL certificates -/priv/cert/* \ No newline at end of file +/priv/cert/* + +# Ignore static content; must be manually shipped +/priv/static/*/** + +# Ignore markdown; must be manually shipped +/lib/sukaato_web/controllers/page_md/**/*