-
Notifications
You must be signed in to change notification settings - Fork 1.1k
/
.gitignore
117 lines (103 loc) · 2.76 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
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
# OS X
.DS_Store
.AppleDouble
.LSOverride
Icon
._*
.Spotlight-V100
.Trashes
# Xcode
*/build/*
*.pbxuser
!default.pbxuser
*.mode1v3
!default.mode1v3
*.mode2v3
!default.mode2v3
*.perspectivev3
!default.perspectivev3
xcuserdata
profile
*.moved-aside
DerivedData
.idea/
*.hmap
*.xcscmblueprint
# Windows
Thumbs.db
ehthumbs.db
Desktop.ini
$RECYCLE.BIN/
# Subversion
.svn/
# Project
/Entitlements.plist
Pods/
WordPress.xcworkspace/*.mode1v3
WordPress.xcworkspace/*.mode2v3
WordPress.xcworkspace/*.pbxuser
WordPress.xcworkspace/*.perspectivev3
WordPress.xcworkspace/*.xcuserdata
WordPress.xcworkspace/project.xcworkspace
WordPress.xcworkspace/xcuserdata
WordPress.xcworkspace/xcshareddata/WordPress.xccheckout
WordPress/Entitlements.plist
WordPress/WordPress.xcodeproj/*.mode1v3
WordPress/WordPress.xcodeproj/*.mode2v3
WordPress/WordPress.xcodeproj/*.pbxuser
WordPress/WordPress.xcodeproj/*.perspectivev3
WordPress/WordPress.xcodeproj/project.xcworkspace
WordPress/WordPress.xcodeproj/xcuserdata
/build
.hockey_app_credentials
WordPress/Derived Sources/
# coverage.py
*/CoverageData/*
WordPress/Images.xcassets/AppIcon-Internal.appiconset
Modules/Package.resolved
# Dependencies
vendor
# Fastlane
fastlane/Preview.html
fastlane/report.xml
fastlane/README.md
Preview.html
fastlane/test_output/
fastlane/google_cloud_keys.json
fastlane/screenshots
fastlane/jetpack_screenshots
fastlane/promo_screenshots
fastlane/jetpack_promo_screenshots
fastlane/metadata/review_information
default.profraw
derived-data/
.swiftpm
# Fastlane former location
Scripts/fastlane/
# CI Artifacts Location
Artifacts
# Generated Internal Icons
WordPress/Resources/AppImages.xcassets/AppIcon-Internal.appiconset
WordPress/Resources/Icons-Internal
# All encrypted secrets should be stored under .configure-files
# Everything without a .enc extension is ignored
.configure-files/*
!.configure-files/*.enc
# A file external contributors can have locally to provide their own credentials.
# This file is created during the `rake init:oss` task, based on the Secrets-example.swift file.
WordPress/Credentials/Secrets.swift
# Ignoring old locations to be sure they aren't commited accidentally
WordPress/Credentials/wpcom_app_credentials
WordPress/Credentials/wpcom_alpha_app_credentials
WordPress/Credentials/wpcom_internal_app_credentials
# These headers, too, are not longer used or generated by the build process,
# but we wnt to keep ignoring them to avoid them being accidentally committed.
#
# We shall remove this once enough time has passed since they became unused.
# Maybe a couple of years would be enough for most developers to change machine
# and no longer have these files in their local checkout.
WordPress/InfoPlist.h
WordPress/InfoPlist-alpha.h
WordPress/InfoPlist-internal.h
# SwiftLint Remote Config Cache
.swiftlint/RemoteConfigCache