本網站在啟用 JavaScript 的情況下可以運作的更好。
首頁
探索
說明
註冊
登入
mcarman
/
Vapor_Access
關注
1
收藏
0
複製
0
程式碼
問題
0
合併請求
0
版本發佈
0
Wiki
活動
瀏覽代碼
Initial commit
master
mcarman
5 年之前
當前提交
182d5a3ff6
共有
2 個檔案被更改
,包括
31 行新增
和
0 行删除
分割檢視
Diff Options
Show Stats
Download Patch File
Download Diff File
+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
Write
Preview
Loading…
取消
儲存