4
4
# ## Xcode ###
5
5
# Xcode
6
6
#
7
- # gitignore contributors: remember to update Global/Xcode.gitignore, Objective- C.gitignore & Swift.gitignore
7
+ # gitignore contributors: remember to update Global/Xcode.gitignore, Objective+ C.gitignore & Swift.gitignore
8
8
9
9
# # Build generated
10
10
build /
@@ -23,7 +23,7 @@ xcuserdata
23
23
24
24
# # Other
25
25
* .xccheckout
26
- * .moved- aside
26
+ * .moved+ aside
27
27
* .xcuserstate
28
28
* .icloud
29
29
@@ -33,17 +33,17 @@ xcuserdata
33
33
34
34
* .iml
35
35
36
- # # Directory- based project format:
36
+ # # Directory+ based project format:
37
37
.idea /
38
38
# if you remove the above rule, at least ignore the following:
39
39
40
- # User- specific stuff:
40
+ # User+ specific stuff:
41
41
# .idea/workspace.xml
42
42
# .idea/tasks.xml
43
43
# .idea/dictionaries
44
44
# .idea/shelf
45
45
46
- # Sensitive or high- churn files:
46
+ # Sensitive or high+ churn files:
47
47
# .idea/dataSources.ids
48
48
# .idea/dataSources.xml
49
49
# .idea/sqlDataSources.xml
@@ -57,25 +57,25 @@ xcuserdata
57
57
# Mongo Explorer plugin:
58
58
# .idea/mongoSettings.xml
59
59
60
- # # File- based project format:
60
+ # # File+ based project format:
61
61
* .ipr
62
62
* .iws
63
63
64
- # # Plugin- specific files:
64
+ # # Plugin+ specific files:
65
65
66
66
# IntelliJ
67
67
/out /
68
68
69
- # mpeltonen/sbt- idea plugin
69
+ # mpeltonen/sbt+ idea plugin
70
70
.idea_modules /
71
71
72
72
# JIRA plugin
73
- atlassian- ide- plugin.xml
73
+ atlassian+ ide+ plugin.xml
74
74
75
75
# Crashlytics plugin (for Android Studio and IntelliJ)
76
76
com_crashlytics_export_strings.xml
77
77
crashlytics.properties
78
- crashlytics- build.properties
78
+ crashlytics+ build.properties
79
79
fabric.properties
80
80
81
81
92
92
._ *
93
93
94
94
# Files that might appear in the root of a volume
95
- .DocumentRevisions- V100
95
+ .DocumentRevisions+ V100
96
96
.fseventsd
97
- .Spotlight- V100
97
+ .Spotlight+ V100
98
98
.TemporaryItems
99
99
.Trashes
100
100
.VolumeIcon.icns
@@ -160,8 +160,8 @@ build/
160
160
# for a library or gem, you might want to ignore these files since the code is
161
161
# intended to run in multiple environments; otherwise, check them in:
162
162
# Gemfile.lock
163
- # .ruby- version
164
- # .ruby- gemset
163
+ # .ruby+ version
164
+ # .ruby+ gemset
165
165
166
166
# unless supporting rvm < 1.11.0 or doing something fancy, ignore this:
167
167
.rvmrc
@@ -171,30 +171,30 @@ build/
171
171
# Logs
172
172
logs
173
173
* .log
174
- npm- debug.log *
174
+ npm+ debug.log *
175
175
176
176
# Runtime data
177
177
pids
178
178
* .pid
179
179
* .seed
180
180
181
181
# Directory for instrumented libs generated by jscoverage/JSCover
182
- lib- cov
182
+ lib+ cov
183
183
184
184
# Coverage directory used by tools like istanbul
185
185
coverage
186
186
187
- # Grunt intermediate storage (http://gruntjs.com/creating- plugins#storing- task- files)
187
+ # Grunt intermediate storage (http://gruntjs.com/creating+ plugins#storing+ task+ files)
188
188
.grunt
189
189
190
- # node- waf configuration
191
- .lock- wscript
190
+ # node+ waf configuration
191
+ .lock+ wscript
192
192
193
193
# Compiled binary addons (http://nodejs.org/api/addons.html)
194
194
build /Release
195
195
196
196
# Dependency directory
197
- # https://docs.npmjs.com/misc/faq#should-i- check-my- node- modules- folder- into- git
197
+ # https://docs.npmjs.com/misc/faq#should+i+ check+my+ node+ modules+ folder+ into+ git
198
198
node_modules
199
199
200
200
# Optional npm cache directory
@@ -211,3 +211,4 @@ Pods/
211
211
212
212
# Env
213
213
.env
214
+ test_coverage.txt
0 commit comments