commit 69d2df610546bd6c282bcc596891cd713131b69d Author: 李东云 Date: Wed Dec 29 15:34:27 2021 +0800 build(git): 添加了.gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..7773828 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +dist/ \ No newline at end of file diff --git a/README.md b/README.md new file mode 100644 index 0000000..5ca85f4 --- /dev/null +++ b/README.md @@ -0,0 +1,2 @@ +# 星图 +LuxCreo 私有 Composer 包仓库 \ No newline at end of file diff --git a/satis.json b/satis.json new file mode 100644 index 0000000..9805b1a --- /dev/null +++ b/satis.json @@ -0,0 +1,8 @@ +{ + "name": "singularity/lux-map", + "homepage": "https://satis.luxcreo.cn/", + "repositories": [ + { "type": "vcs", "url": "http://124.126.16.154:8888/singularity/composer-template.git" } + ], + "require-all": true +}