We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
0 parents commit d78d974Copy full SHA for d78d974
.gitignore
@@ -0,0 +1,15 @@
1
+# Xcode
2
+build/*
3
+*.pbxuser
4
+!default.pbxuser
5
+*.mode1v3
6
+!default.mode1v3
7
+*.mode2v3
8
+!default.mode2v3
9
+*.perspectivev3
10
+!default.perspectivev3
11
+*.xcworkspace
12
+!default.xcworkspace
13
+xcuserdata
14
+profile
15
+*.moved-aside
README.md
@@ -0,0 +1,4 @@
+FancyVCTest
+===========
+
0 commit comments