Skip to content

Commit a4af117

Browse files
author
EugeneKlyuenkov
committed
added gitignore
0 parents  commit a4af117

1 file changed

Lines changed: 26 additions & 0 deletions

File tree

.gitignore

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
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+
xcuserdata
12+
.DS_Store
13+
*.moved-aside
14+
DerivedData
15+
.idea/
16+
*.hmap
17+
*.xccheckout
18+
19+
## Playgrounds
20+
timeline.xctimeline
21+
playground.xcworkspace
22+
23+
# R.Swift
24+
*.generated.swift
25+
26+
Pods

0 commit comments

Comments
 (0)