From 9a9fe9b6209a311dfeff77e4a763a02958553e91 Mon Sep 17 00:00:00 2001 From: lzc Date: Thu, 26 Jun 2025 16:25:03 +0800 Subject: [PATCH] Initial commit --- .gitignore | 27 +++++++++++++++++++++++++++ README.md | 3 +++ 2 files changed, 30 insertions(+) create mode 100644 .gitignore create mode 100644 README.md diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..941223e --- /dev/null +++ b/.gitignore @@ -0,0 +1,27 @@ +# ---> Vue +# gitignore template for Vue.js projects +# +# Recommended template: Node.gitignore + +# TODO: where does this rule come from? +docs/_book + +# TODO: where does this rule come from? +test/ + +# ---> WebMethods +**/IntegrationServer/datastore/ +**/IntegrationServer/db/ +**/IntegrationServer/DocumentStore/ +**/IntegrationServer/lib/ +**/IntegrationServer/logs/ +**/IntegrationServer/replicate/ +**/IntegrationServer/sdk/ +**/IntegrationServer/support/ +**/IntegrationServer/update/ +**/IntegrationServer/userFtpRoot/ +**/IntegrationServer/web/ +**/IntegrationServer/WmRepository4/ +**/IntegrationServer/XAStore/ +**/IntegrationServer/packages/Wm*/ + diff --git a/README.md b/README.md new file mode 100644 index 0000000..dc4a6e2 --- /dev/null +++ b/README.md @@ -0,0 +1,3 @@ +# codetest + +团队协作练习仓库 \ No newline at end of file