Skip to content

Commit f6d93a5

Browse files
committed
Updating .gitignore
1 parent d3a11dd commit f6d93a5

File tree

1 file changed

+13
-5
lines changed

1 file changed

+13
-5
lines changed

.gitignore

Lines changed: 13 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
1-
# Xcode
1+
# OS X
2+
#
23
.DS_Store
4+
5+
# Xcode
6+
#
37
build/
48
*.pbxuser
59
!default.pbxuser
@@ -9,10 +13,14 @@ build/
913
!default.mode2v3
1014
*.perspectivev3
1115
!default.perspectivev3
12-
*.xcworkspace
13-
!default.xcworkspace
1416
xcuserdata
15-
profile
17+
*.xccheckout
1618
*.moved-aside
1719
DerivedData
18-
.idea/
20+
*.hmap
21+
*.ipa
22+
*.xcuserstate
23+
24+
# Cocoapods
25+
#
26+
Pods

0 commit comments

Comments
 (0)