diff --git a/projct-tree.txt b/projct-tree.txt deleted file mode 100644 index 7cc561e..0000000 --- a/projct-tree.txt +++ /dev/null @@ -1,38 +0,0 @@ -. -├── furt-lua -│   ├── config -│   │   └── server.lua -│   ├── deployment -│   │   └── openbsd -│   │   └── rc.d-furt -│   ├── production_checklist.md -│   ├── README.md -│   ├── scripts -│   │   ├── cleanup_debug.sh -│   │   ├── manual_mail_test.sh -│   │   ├── production_test_sequence.sh -│   │   ├── setup_env.sh -│   │   ├── start.sh -│   │   ├── stress_test.sh -│   │   ├── test_auth.sh -│   │   ├── test_curl.sh -│   │   ├── test_modular.sh -│   │   └── test_smtp.sh -│   ├── src -│   │   ├── auth.lua -│   │   ├── ip_utils.lua -│   │   ├── main.lua -│   │   ├── rate_limiter.lua -│   │   ├── routes -│   │   │   ├── auth.lua -│   │   │   └── mail.lua -│   │   └── smtp.lua -│   └── tests -│   └── test_http.lua -├── LICENSE -├── projct-tree.txt -├── README.md -└── tools - └── gitea -> /home/michael/tools/tool-gitea-workflow/scripts - -11 directories, 25 files