使用 JavaScript能使本网站更好的工作。
首页
探索
帮助
注册
登录
mcarman
/
Vapor_Access
关注
1
点赞
0
派生
0
代码
工单
0
合并请求
0
版本发布
0
百科
动态
浏览代码
Initial commit
master
mcarman
5 年前
当前提交
182d5a3ff6
共有
2 个文件被更改
,包括
31 次插入
和
0 次删除
分列视图
Diff 选项
显示统计
下载 Patch 文件
下载 Diff 文件
+28
-0
.gitignore
+3
-0
README.md
+ 28
- 0
.gitignore
查看文件
@@ -0,0 +1,28 @@
# ---> Xcode
# Xcode
#
# gitignore contributors: remember to update Global/Xcode.gitignore, Objective-C.gitignore & Swift.gitignore
## User settings
xcuserdata/
## compatibility with Xcode 8 and earlier (ignoring not required starting Xcode 9)
*.xcscmblueprint
*.xccheckout
## compatibility with Xcode 3 and earlier (ignoring not required starting Xcode 4)
build/
DerivedData/
*.moved-aside
*.pbxuser
!default.pbxuser
*.mode1v3
!default.mode1v3
*.mode2v3
!default.mode2v3
*.perspectivev3
!default.perspectivev3
## Gcc Patch
/*.gcno
+ 3
- 0
README.md
查看文件
@@ -0,0 +1,3 @@
# Vapor_Access
Vapor Access Services Repository
撰写
预览
正在加载...
取消
保存