Skip to content

Commit dc6d3bd

Browse files
Update gitignore
1 parent b8f29e7 commit dc6d3bd

File tree

1 file changed

+5
-35
lines changed

1 file changed

+5
-35
lines changed

.gitignore

Lines changed: 5 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -1,37 +1,7 @@
1-
# OS X
21
.DS_Store
3-
4-
# Xcode
5-
build/
6-
*.pbxuser
7-
!default.pbxuser
8-
*.mode1v3
9-
!default.mode1v3
10-
*.mode2v3
11-
!default.mode2v3
12-
*.perspectivev3
13-
!default.perspectivev3
2+
/.build
3+
/Packages
4+
/*.xcodeproj
145
xcuserdata/
15-
*.xccheckout
16-
profile
17-
*.moved-aside
18-
DerivedData
19-
*.hmap
20-
*.ipa
21-
22-
# Bundler
23-
.bundle
24-
25-
# Add this line if you want to avoid checking in source code from Carthage dependencies.
26-
# Carthage/Checkouts
27-
28-
Carthage/Build
29-
30-
# We recommend against adding the Pods directory to your .gitignore. However
31-
# you should judge for yourself, the pros and cons are mentioned at:
32-
# http://guides.cocoapods.org/using/using-cocoapods.html#should-i-ignore-the-pods-directory-in-source-control
33-
#
34-
# Note: if you ignore the Pods directory, make sure to uncomment
35-
# `pod install` in .travis.yml
36-
#
37-
# Pods/
6+
DerivedData/
7+
.swiftpm/xcode/package.xcworkspace/contents.xcworkspacedata

0 commit comments

Comments
 (0)