From 69d2df610546bd6c282bcc596891cd713131b69d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=8E=E4=B8=9C=E4=BA=91?= Date: Wed, 29 Dec 2021 15:34:27 +0800 Subject: [PATCH] =?UTF-8?q?build(git):=20=E6=B7=BB=E5=8A=A0=E4=BA=86.gitig?= =?UTF-8?q?nore?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 1 + README.md | 2 ++ satis.json | 8 ++++++++ 3 files changed, 11 insertions(+) create mode 100644 .gitignore create mode 100644 README.md create mode 100644 satis.json 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 +}