Skip to content

Commit ba00c98

Browse files
committed
uypdate .gitignore
1 parent 20dd7d9 commit ba00c98

File tree

1 file changed

+98
-6
lines changed

1 file changed

+98
-6
lines changed
Lines changed: 98 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,100 @@
1+
# --- macOS ---
2+
3+
# General
14
.DS_Store
2-
/.build
3-
/Packages
5+
__MACOSX/
6+
.AppleDouble
7+
.LSOverride
8+
Icon[]
9+
10+
# Thumbnails
11+
._*
12+
13+
# Files that might appear in the root of a volume
14+
.DocumentRevisions-V100
15+
.fseventsd
16+
.Spotlight-V100
17+
.TemporaryItems
18+
.Trashes
19+
.VolumeIcon.icns
20+
.com.apple.timemachine.donotpresent
21+
22+
# Directories potentially created on remote AFP share
23+
.AppleDB
24+
.AppleDesktop
25+
Network Trash Folder
26+
Temporary Items
27+
.apdisk
28+
29+
# --- Swift ---
30+
31+
# Xcode
32+
#
33+
# gitignore contributors: remember to update Global/Xcode.gitignore, Objective-C.gitignore & Swift.gitignore
34+
35+
## User settings
436
xcuserdata/
5-
DerivedData/
6-
.swiftpm/configuration/registries.json
7-
.swiftpm/xcode/package.xcworkspace/contents.xcworkspacedata
8-
.netrc
37+
38+
## Obj-C/Swift specific
39+
*.hmap
40+
41+
## App packaging
42+
*.ipa
43+
*.dSYM.zip
44+
*.dSYM
45+
46+
## Playgrounds
47+
timeline.xctimeline
48+
playground.xcworkspace
49+
50+
# Swift Package Manager
51+
#
52+
# Add this line if you want to avoid checking in source code from Swift Package Manager dependencies.
53+
# Packages/
54+
# Package.pins
55+
# Package.resolved
56+
# *.xcodeproj
57+
#
58+
# Xcode automatically generates this directory with a .xcworkspacedata file and xcuserdata
59+
# hence it is not needed unless you have added a package configuration file to your project
60+
# .swiftpm
61+
62+
.build/
63+
64+
# CocoaPods
65+
#
66+
# We recommend against adding the Pods directory to your .gitignore. However
67+
# you should judge for yourself, the pros and cons are mentioned at:
68+
# https://guides.cocoapods.org/using/using-cocoapods.html#should-i-check-the-pods-directory-into-source-control
69+
#
70+
# Pods/
71+
#
72+
# Add this line if you want to avoid checking in source code from the Xcode workspace
73+
# *.xcworkspace
74+
75+
# Carthage
76+
#
77+
# Add this line if you want to avoid checking in source code from Carthage dependencies.
78+
# Carthage/Checkouts
79+
80+
Carthage/Build/
81+
82+
# fastlane
83+
#
84+
# It is recommended to not store the screenshots in the git repo.
85+
# Instead, use fastlane to re-generate the screenshots whenever they are needed.
86+
# For more information about the recommended setup visit:
87+
# https://docs.fastlane.tools/best-practices/source-control/#source-control
88+
89+
fastlane/report.xml
90+
fastlane/Preview.html
91+
fastlane/screenshots/**/*.png
92+
fastlane/test_output
93+
94+
# --- Xcode ---
95+
96+
## User settings
97+
xcuserdata/
98+
99+
# Archive
100+
*.xcarchive

0 commit comments

Comments
 (0)