浏览代码

Initial commit

master
mcarman 5 年前
当前提交
182d5a3ff6
共有 2 个文件被更改,包括 31 次插入0 次删除
  1. +28
    -0
      .gitignore
  2. +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

正在加载...
取消
保存