commit 9a9fe9b6209a311dfeff77e4a763a02958553e91 Author: lzc Date: Thu Jun 26 16:25:03 2025 +0800 Initial commit 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