Skip to content

Commit f3186f5

Browse files
committed
Update .gitignore
1 parent c7f8ea6 commit f3186f5

File tree

1 file changed

+63
-6
lines changed

1 file changed

+63
-6
lines changed

.gitignore

Lines changed: 63 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
# OS X
2-
.DS_Store
1+
# Created by https://www.gitignore.io
32

43
# Xcode
54
build/
@@ -13,13 +12,71 @@ build/
1312
!default.perspectivev3
1413
xcuserdata
1514
*.xccheckout
16-
profile
1715
*.moved-aside
1816
DerivedData
17+
*.xcuserstate
1918
*.hmap
20-
*.xccheckout
19+
*.ipa
20+
21+
timeline.xctimeline
22+
2123
# AppCode
22-
.idea/
24+
.idea
2325

26+
# CocoaPods
27+
#
28+
# We recommend against adding the Pods directory to your .gitignore. However
29+
# you should judge for yourself, the pros and cons are mentioned at:
30+
# http://guides.cocoapods.org/using/using-cocoapods.html#should-i-ignore-the-pods-directory-in-source-control
31+
#
32+
Pods/
33+
34+
# Carthage
35+
#
36+
# Add this line if you want to avoid checking in source code from Carthage dependencies.
37+
Carthage/Checkouts
2438
Carthage/Build
25-
Demo/Pods
39+
40+
# OSX
41+
.DS_Store
42+
.AppleDouble
43+
.LSOverride
44+
45+
# Icon must end with two \r
46+
Icon
47+
48+
# Thumbnails
49+
._*
50+
51+
# Files that might appear in the root of a volume
52+
.DocumentRevisions-V100
53+
.fseventsd
54+
.Spotlight-V100
55+
.TemporaryItems
56+
.Trashes
57+
.VolumeIcon.icns
58+
59+
# Directories potentially created on remote AFP share
60+
.AppleDB
61+
.AppleDesktop
62+
Network Trash Folder
63+
Temporary Items
64+
.apdisk
65+
images/logo.sketch
66+
67+
# Fastlane specific
68+
fastlane/report.xml
69+
70+
# Deliver temporary files
71+
fastlane/Preview.html
72+
73+
# Snapshot generated screenshots
74+
fastlane/screenshots/**/*.png
75+
fastlane/screenshots/screenshots.html
76+
77+
# Temporary files
78+
fastlane/test_output
79+
test_output
80+
fastlane/.env
81+
pre-change.yml
82+
.build

0 commit comments

Comments
 (0)