generated from RoyNkem/Best-README-Template
-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy path.gitignore
64 lines (52 loc) · 1.06 KB
/
.gitignore
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
# Ignore Xcode build products, user-specific settings, and shared schemes
DerivedData/
*.hmap
*.ipa
*.dSYM.zip
*.xcuserdata
*.xcworkspace
xcuserdata/
*.xcodeproj/xcuserdata/
project.xcworkspace/
!*.xcworkspace/contents.xcworkspacedata
!*.xcworkspace/xcshareddata/
*.mode1v3
*.mode2v3
*.perspectivev3
# Ignore Swift Package Manager artifacts
.build/
# Ignore Cocoapods
Pods/
Podfile.lock
# Ignore generated files
*.DS_Store
*.swp
*~
# Ignore user-specific and IDE-specific files
.idea/
.vscode/
# Ignore sensitive files
*.env
*.p12
*.cert
*.key
*.password
*.secret
# Ignore user-specific and machine-specific configuration files
*.xcuserstate
# Ignore local data storage (e.g., Core Data SQLite files)
*.sqlite
# Ignore local debugging artifacts
*.log
debug.log
# Ignore Mac system files
.AppleDouble
.DS_Store
.LSOverride
# Preserve specific files or directories
!Assets/ # Exclude assets (images, icons, etc.)
!Config/ # Exclude configuration files
!Resources/ # Exclude other resource files
# Ignore build artifacts
build/
*.xcodeproj/project.xcworkspace/xcuserdata/