Skip to content

Commit bca4ccc

Browse files
committed
Merge pull request #1 from lsecrease/development
Development
2 parents 9aac091 + 3f3eeb1 commit bca4ccc

File tree

236 files changed

+13347
-4805
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

236 files changed

+13347
-4805
lines changed

.gitignore

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
# OS X Finder
2+
.DS_Store
3+
4+
# Xcode per-user config
5+
*.mode1
6+
*.mode1v3
7+
*.mode2v3
8+
*.perspective
9+
*.perspectivev3
10+
*.pbxuser
11+
xcuserdata
12+
*.xccheckout
13+
14+
# Build products
15+
build/
16+
*.o
17+
*.LinkFileList
18+
*.hmap
19+
20+
# Automatic backup files
21+
*~.nib/
22+
*.swp
23+
*~
24+
*.dat
25+
*.dep
26+
27+
# AppCode specific files
28+
.idea/
29+
*.iml
30+
31+
# Cucumber console history
32+
*.irb-history
33+
34+
# Python specific files
35+
*.pyc

AppDelegate.swift

Lines changed: 0 additions & 53 deletions
This file was deleted.

Base.lproj/LaunchScreen.xib

Lines changed: 0 additions & 41 deletions
This file was deleted.

0 commit comments

Comments
 (0)