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/*