@xarc/app-dev 11.0.2 → 11.0.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,514 +0,0 @@
1
-
2
- # Created by https://www.gitignore.io/api/osx,windows,linux,xcode,objective-c,swift,android,java,jetbrains,eclipse,sublimetext,node,vim,netbeans,emacs,vagrant,textmate,otto,gradle
3
-
4
- ### OSX ###
5
- .DS_Store
6
- .AppleDouble
7
- .LSOverride
8
-
9
- # Icon must end with two \r
10
- Icon
11
-
12
-
13
- # Thumbnails
14
- ._*
15
-
16
- # Files that might appear in the root of a volume
17
- .DocumentRevisions-V100
18
- .fseventsd
19
- .Spotlight-V100
20
- .TemporaryItems
21
- .Trashes
22
- .VolumeIcon.icns
23
-
24
- # Directories potentially created on remote AFP share
25
- .AppleDB
26
- .AppleDesktop
27
- Network Trash Folder
28
- Temporary Items
29
- .apdisk
30
-
31
-
32
- ### Windows ###
33
- # Windows image file caches
34
- Thumbs.db
35
- ehthumbs.db
36
-
37
- # Folder config file
38
- Desktop.ini
39
-
40
- # Recycle Bin used on file shares
41
- $RECYCLE.BIN/
42
-
43
- # Windows Installer files
44
- *.cab
45
- *.msi
46
- *.msm
47
- *.msp
48
-
49
- # Windows shortcuts
50
- *.lnk
51
-
52
-
53
- ### Linux ###
54
- *~
55
-
56
- # temporary files which can be created if a process still has a handle open of a deleted file
57
- .fuse_hidden*
58
-
59
- # KDE directory preferences
60
- .directory
61
-
62
- # Linux trash folder which might appear on any partition or disk
63
- .Trash-*
64
-
65
-
66
- ### Xcode ###
67
- # Xcode
68
- #
69
- # gitignore contributors: remember to update Global/Xcode.gitignore, Objective-C.gitignore & Swift.gitignore
70
-
71
- ## Build generated
72
- build/
73
- DerivedData
74
-
75
- ## Various settings
76
- *.pbxuser
77
- !default.pbxuser
78
- *.mode1v3
79
- !default.mode1v3
80
- *.mode2v3
81
- !default.mode2v3
82
- *.perspectivev3
83
- !default.perspectivev3
84
- xcuserdata
85
-
86
- ## Other
87
- *.xccheckout
88
- *.moved-aside
89
- *.xcuserstate
90
-
91
-
92
- ### Objective-C ###
93
- # Xcode
94
- #
95
- # gitignore contributors: remember to update Global/Xcode.gitignore, Objective-C.gitignore & Swift.gitignore
96
-
97
- ## Build generated
98
- build/
99
- DerivedData
100
-
101
- ## Various settings
102
- *.pbxuser
103
- !default.pbxuser
104
- *.mode1v3
105
- !default.mode1v3
106
- *.mode2v3
107
- !default.mode2v3
108
- *.perspectivev3
109
- !default.perspectivev3
110
- xcuserdata
111
-
112
- ## Other
113
- *.xccheckout
114
- *.moved-aside
115
- *.xcuserstate
116
- *.xcscmblueprint
117
-
118
- ## Obj-C/Swift specific
119
- *.hmap
120
- *.ipa
121
-
122
- # CocoaPods
123
- #
124
- # We recommend against adding the Pods directory to your .gitignore. However
125
- # you should judge for yourself, the pros and cons are mentioned at:
126
- # https://guides.cocoapods.org/using/using-cocoapods.html#should-i-check-the-pods-directory-into-source-control
127
- #
128
- # Pods/
129
-
130
- # Carthage
131
- #
132
- # Add this line if you want to avoid checking in source code from Carthage dependencies.
133
- # Carthage/Checkouts
134
-
135
- Carthage/Build
136
-
137
- # fastlane
138
- #
139
- # It is recommended to not store the screenshots in the git repo. Instead, use fastlane to re-generate the
140
- # screenshots whenever they are needed.
141
- # For more information about the recommended setup visit:
142
- # https://github.com/fastlane/fastlane/blob/master/docs/Gitignore.md
143
-
144
- fastlane/report.xml
145
- fastlane/screenshots
146
-
147
- ### Objective-C Patch ###
148
- *.xcscmblueprint
149
-
150
-
151
- ### Swift ###
152
- # Xcode
153
- #
154
- # gitignore contributors: remember to update Global/Xcode.gitignore, Objective-C.gitignore & Swift.gitignore
155
-
156
- ## Build generated
157
- build/
158
- DerivedData
159
-
160
- ## Various settings
161
- *.pbxuser
162
- !default.pbxuser
163
- *.mode1v3
164
- !default.mode1v3
165
- *.mode2v3
166
- !default.mode2v3
167
- *.perspectivev3
168
- !default.perspectivev3
169
- xcuserdata
170
-
171
- ## Other
172
- *.xccheckout
173
- *.moved-aside
174
- *.xcuserstate
175
- *.xcscmblueprint
176
-
177
- ## Obj-C/Swift specific
178
- *.hmap
179
- *.ipa
180
-
181
- # Swift Package Manager
182
- #
183
- # Add this line if you want to avoid checking in source code from Swift Package Manager dependencies.
184
- # Packages/
185
- .build/
186
-
187
- # CocoaPods
188
- #
189
- # We recommend against adding the Pods directory to your .gitignore. However
190
- # you should judge for yourself, the pros and cons are mentioned at:
191
- # https://guides.cocoapods.org/using/using-cocoapods.html#should-i-check-the-pods-directory-into-source-control
192
- #
193
- # Pods/
194
-
195
- # Carthage
196
- #
197
- # Add this line if you want to avoid checking in source code from Carthage dependencies.
198
- # Carthage/Checkouts
199
-
200
- Carthage/Build
201
-
202
- # fastlane
203
- #
204
- # It is recommended to not store the screenshots in the git repo. Instead, use fastlane to re-generate the
205
- # screenshots whenever they are needed.
206
- # For more information about the recommended setup visit:
207
- # https://github.com/fastlane/fastlane/blob/master/docs/Gitignore.md
208
-
209
- fastlane/report.xml
210
- fastlane/screenshots
211
-
212
-
213
- ### Android ###
214
- # Built application files
215
- *.apk
216
- *.ap_
217
-
218
- # Files for the Dalvik VM
219
- *.dex
220
-
221
- # Java class files
222
- *.class
223
-
224
- # Generated files
225
- bin/
226
- gen/
227
-
228
- # Gradle files
229
- .gradle/
230
- build/
231
-
232
- # Local configuration file (sdk path, etc)
233
- local.properties
234
-
235
- # Proguard folder generated by Eclipse
236
- proguard/
237
-
238
- # Log Files
239
- *.log
240
-
241
- # Android Studio Navigation editor temp files
242
- .navigation/
243
-
244
- # Android Studio captures folder
245
- captures/
246
-
247
- ### Android Patch ###
248
- gen-external-apklibs
249
-
250
-
251
- ### Java ###
252
- *.class
253
-
254
- # Mobile Tools for Java (J2ME)
255
- .mtj.tmp/
256
-
257
- # Package Files #
258
- *.jar
259
- *.war
260
- *.ear
261
-
262
- # virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
263
- hs_err_pid*
264
-
265
-
266
- ### JetBrains ###
267
- # Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio and Webstorm
268
-
269
- *.iml
270
-
271
- ## Directory-based project format:
272
- .idea/
273
- # if you remove the above rule, at least ignore the following:
274
-
275
- # User-specific stuff:
276
- # .idea/workspace.xml
277
- # .idea/tasks.xml
278
- # .idea/dictionaries
279
- # .idea/shelf
280
-
281
- # Sensitive or high-churn files:
282
- # .idea/dataSources.ids
283
- # .idea/dataSources.xml
284
- # .idea/sqlDataSources.xml
285
- # .idea/dynamic.xml
286
- # .idea/uiDesigner.xml
287
-
288
- # Gradle:
289
- # .idea/gradle.xml
290
- # .idea/libraries
291
-
292
- # Mongo Explorer plugin:
293
- # .idea/mongoSettings.xml
294
-
295
- ## File-based project format:
296
- *.ipr
297
- *.iws
298
-
299
- ## Plugin-specific files:
300
-
301
- # IntelliJ
302
- /out/
303
-
304
- # mpeltonen/sbt-idea plugin
305
- .idea_modules/
306
-
307
- # JIRA plugin
308
- atlassian-ide-plugin.xml
309
-
310
- # Crashlytics plugin (for Android Studio and IntelliJ)
311
- com_crashlytics_export_strings.xml
312
- crashlytics.properties
313
- crashlytics-build.properties
314
- fabric.properties
315
-
316
-
317
- ### Eclipse ###
318
- *.pydevproject
319
- .metadata
320
- bin/
321
- tmp/
322
- *.tmp
323
- *.bak
324
- *.swp
325
- *~.nib
326
- local.properties
327
- .settings/
328
- .loadpath
329
-
330
- # Eclipse Core
331
- .project
332
-
333
- # External tool builders
334
- .externalToolBuilders/
335
-
336
- # Locally stored "Eclipse launch configurations"
337
- *.launch
338
-
339
- # CDT-specific
340
- .cproject
341
-
342
- # JDT-specific (Eclipse Java Development Tools)
343
- .classpath
344
-
345
- # Java annotation processor (APT)
346
- .factorypath
347
-
348
- # PDT-specific
349
- .buildpath
350
-
351
- # sbteclipse plugin
352
- .target
353
-
354
- # TeXlipse plugin
355
- .texlipse
356
-
357
- # STS (Spring Tool Suite)
358
- .springBeans
359
-
360
-
361
- ### SublimeText ###
362
- # cache files for sublime text
363
- *.tmlanguage.cache
364
- *.tmPreferences.cache
365
- *.stTheme.cache
366
-
367
- # workspace files are user-specific
368
- *.sublime-workspace
369
-
370
- # project files should be checked into the repository, unless a significant
371
- # proportion of contributors will probably not be using SublimeText
372
- # *.sublime-project
373
-
374
- # sftp configuration file
375
- sftp-config.json
376
-
377
-
378
- ### Node ###
379
- # Logs
380
- logs
381
- *.log
382
- npm-debug.log*
383
-
384
- # Runtime data
385
- pids
386
- *.pid
387
- *.seed
388
-
389
- # Directory for instrumented libs generated by jscoverage/JSCover
390
- lib-cov
391
-
392
- # Coverage directory used by tools like istanbul
393
- coverage
394
-
395
- # Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files)
396
- .grunt
397
-
398
- # node-waf configuration
399
- .lock-wscript
400
-
401
- # Compiled binary addons (http://nodejs.org/api/addons.html)
402
- build/Release
403
-
404
- # Dependency directory
405
- # https://docs.npmjs.com/misc/faq#should-i-check-my-node-modules-folder-into-git
406
- node_modules
407
-
408
- # Optional npm cache directory
409
- .npm
410
-
411
- # Optional REPL history
412
- .node_repl_history
413
-
414
-
415
- ### Vim ###
416
- [._]*.s[a-w][a-z]
417
- [._]s[a-w][a-z]
418
- *.un~
419
- Session.vim
420
- .netrwhist
421
- *~
422
-
423
-
424
- ### NetBeans ###
425
- nbproject/private/
426
- build/
427
- nbbuild/
428
- dist/
429
- nbdist/
430
- nbactions.xml
431
- .nb-gradle/
432
-
433
-
434
- ### Emacs ###
435
- # -*- mode: gitignore; -*-
436
- *~
437
- \#*\#
438
- /.emacs.desktop
439
- /.emacs.desktop.lock
440
- *.elc
441
- auto-save-list
442
- tramp
443
- .\#*
444
-
445
- # Org-mode
446
- .org-id-locations
447
- *_archive
448
-
449
- # flymake-mode
450
- *_flymake.*
451
-
452
- # eshell files
453
- /eshell/history
454
- /eshell/lastdir
455
-
456
- # elpa packages
457
- /elpa/
458
-
459
- # reftex files
460
- *.rel
461
-
462
- # AUCTeX auto folder
463
- /auto/
464
-
465
- # cask packages
466
- .cask/
467
-
468
-
469
- ### Vagrant ###
470
- .vagrant/
471
-
472
-
473
- ### TextMate ###
474
- *.tmproj
475
- *.tmproject
476
- tmtags
477
-
478
-
479
- ### Otto ###
480
- .otto/
481
-
482
-
483
- ### Gradle ###
484
- .gradle
485
- build/
486
-
487
- # Ignore Gradle GUI config
488
- gradle-app.setting
489
-
490
- # Avoid ignoring Gradle wrapper jar file (.jar files are usually ignored)
491
- !gradle-wrapper.jar
492
-
493
- # Cache of project
494
- .gradletasknamecache
495
-
496
- ###############################################################################
497
-
498
- ### Automation ###
499
- reports
500
- screenshots
501
- sauce_connect*.txt
502
- *.dmp
503
-
504
- ### Walmart Projects ###
505
- lib
506
- dist
507
- tmp
508
-
509
- ###############################################################################
510
- #########################_WALMART_STANDARD_GITIGNORE_##########################
511
- ###############################################################################
512
- # All changes made above this line are subject to overwrites as the standard #
513
- # .gitignore evolves. Please add any project specific ignores below. #
514
- ###############################################################################