From 9cda672ee18c2821e0daa33f0a0d8d08677a3c7a Mon Sep 17 00:00:00 2001 From: jianglong <974886602@qq.com> Date: Thu, 27 Apr 2023 21:35:00 +0800 Subject: [PATCH] Initial commit --- .gitignore | 9 +++++++++ README.md | 3 +++ 2 files changed, 12 insertions(+) create mode 100644 .gitignore create mode 100644 README.md diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..2b6a46e --- /dev/null +++ b/.gitignore @@ -0,0 +1,9 @@ +# ---> 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 diff --git a/README.md b/README.md new file mode 100644 index 0000000..de85396 --- /dev/null +++ b/README.md @@ -0,0 +1,3 @@ +# server_ahbcqz + +安徽博创起重服务端程序 \ No newline at end of file