Skip to content

Commit 7e5aa46

Browse files
author
Roman Blum
committed
Update .gitignore
1 parent 39c4a34 commit 7e5aa46

2 files changed

Lines changed: 49 additions & 2 deletions

File tree

.gitignore

Lines changed: 49 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,50 @@
1-
/Pods
2-
/Podfile.lock
31
.DS_Store
2+
3+
# Swift PM
4+
Package.resolved
5+
6+
## User settings
7+
xcuserdata/
8+
9+
## compatibility with Xcode 8 and earlier (ignoring not required starting Xcode 9)
10+
*.xcscmblueprint
11+
*.xccheckout
12+
13+
## compatibility with Xcode 3 and earlier (ignoring not required starting Xcode 4)
14+
build/
15+
DerivedData/
16+
*.moved-aside
17+
*.pbxuser
18+
!default.pbxuser
19+
*.mode1v3
20+
!default.mode1v3
21+
*.mode2v3
22+
!default.mode2v3
23+
*.perspectivev3
24+
!default.perspectivev3
25+
26+
## Obj-C/Swift specific
27+
*.hmap
28+
29+
## App packaging
30+
*.ipa
31+
*.dSYM.zip
32+
*.dSYM
33+
34+
## Playgrounds
35+
timeline.xctimeline
36+
playground.xcworkspace
37+
38+
# Swift Package Manager
39+
#
40+
# Add this line if you want to avoid checking in source code from Swift Package Manager dependencies.
41+
# Packages/
42+
# Package.pins
43+
# Package.resolved
44+
# *.xcodeproj
45+
#
46+
# Xcode automatically generates this directory with a .xcworkspacedata file and xcuserdata
47+
# hence it is not needed unless you have added a package configuration file to your project
48+
.swiftpm
49+
50+
.build/
Binary file not shown.

0 commit comments

Comments
 (0)