commit 10e477fb5b941e961b03b6f92267fefc978a7280 Author: hxyi Date: Sun Mar 29 17:01:43 2026 +0900 Initial commit diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..5245aef --- /dev/null +++ b/.gitignore @@ -0,0 +1,23 @@ +# ---> ThinkPHP +# gitignore template for ThinkPHP v3.2.3 +# website: http://www.thinkphp.cn/ + +# Logs and Cache files +/Application/Runtime/ + +# Common configure file +/Application/Common/Conf/config.php +# ---> VisualStudioCode +.vscode/* +!.vscode/settings.json +!.vscode/tasks.json +!.vscode/launch.json +!.vscode/extensions.json +!.vscode/*.code-snippets + +# Local History for Visual Studio Code +.history/ + +# Built Visual Studio Code Extensions +*.vsix + diff --git a/README.md b/README.md new file mode 100644 index 0000000..9418f1a --- /dev/null +++ b/README.md @@ -0,0 +1,3 @@ +# HCweb + +HermitCrab Website \ No newline at end of file