From 10e477fb5b941e961b03b6f92267fefc978a7280 Mon Sep 17 00:00:00 2001 From: hxyi Date: Sun, 29 Mar 2026 17:01:43 +0900 Subject: [PATCH] Initial commit --- .gitignore | 23 +++++++++++++++++++++++ README.md | 3 +++ 2 files changed, 26 insertions(+) create mode 100644 .gitignore create mode 100644 README.md 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