diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..4c75b1e --- /dev/null +++ b/.gitignore @@ -0,0 +1,23 @@ + +#/////////////////////////// +# Cocos Creator 3D Project +#/////////////////////////// +library/ +temp/ +local/ +build/ +profiles/ +#////////////////////////// +# NPM +#////////////////////////// +node_modules/ + +#////////////////////////// +# VSCode +#////////////////////////// +.vscode/ + +#////////////////////////// +# WebStorm +#////////////////////////// +.idea/ diff --git a/README.md b/README.md index 824b965..7c013dc 100644 --- a/README.md +++ b/README.md @@ -1,2 +1 @@ -# HJ_Client - +服务端接口文档地址:[http://10.0.1.20:3000/](http://10.0.1.20:3000/)