From a2ce551e7ca693d4e4a8f510fa418daa8686cb2e Mon Sep 17 00:00:00 2001 From: Alex Tavarez Date: Wed, 3 Sep 2025 13:14:11 -0400 Subject: [PATCH] Added some temporary exclusions for git version control --- .gitignore | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.gitignore b/.gitignore index e055f3a..4d517bc 100644 --- a/.gitignore +++ b/.gitignore @@ -42,6 +42,9 @@ npm-debug.log # Backup files and directories *.bak +# TOTP test file +otp-test.enc + # SSL certificates /priv/cert/* @@ -53,3 +56,7 @@ npm-debug.log # Ignore markdown; must be manually shipped /lib/sukaato_web/controllers/page_md/**/* + +# Temporary +/lib/sukaato_web/controllers/page_html/users/anon/* +/lib/sukaato_web/controllers/page_json/users/anon/*