build(git): 添加了.gitignore

This commit is contained in:
李东云
2021-12-29 15:34:27 +08:00
commit 69d2df6105
3 changed files with 11 additions and 0 deletions

1
.gitignore vendored Normal file
View File

@@ -0,0 +1 @@
dist/

2
README.md Normal file
View File

@@ -0,0 +1,2 @@
# 星图
LuxCreo 私有 Composer 包仓库

8
satis.json Normal file
View File

@@ -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
}