forked from calabash/calabash-ios-server
-
Notifications
You must be signed in to change notification settings - Fork 2
/
.gitignore
82 lines (69 loc) · 1.48 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
# emacs
(.*/)?\#[^/]*\#$
# vim
*.swp
# MacOS
.DS_Store
# App Center/Test Cloud
.xtc-credentials
.appcenter-credentials
calabash.xcodeproj/project.xcworkspace/xcuserdata
calabash.xcodeproj/xcuserdata/
*.xccheckout
*.xcscmblueprint
Markdown.pl
build/*
Products/*
calabash.xcframework
calabash.framework
libFrankCalabash.a
calabash-dylibs
*.app
*.ipa
tmp
testcloud-submit
.azure-credentials
Carthage/Checkouts
Carthage/Build/tvOS
Carthage/Build/watchOS
Carthage/Build/Mac
Carthage/Build/**/*.version
Carthage/Build/**/*.bcsymbolmap
!Carthage/Build/iOS/Expecta.framework*
!Carthage/Build/iOS/Specta.framework*
!Carthage/Build/iOS/OCMock.framework*
# Versioning info
LPTestTarget/InfoPlist.h
# Code coverage and profiling.
*.gcda
*.gcno
# AppCode
.idea
# CI pulls down these two repos from github
ios-smoke-test-app
calabash-ios
run_loop
Gemfile.lock
.ruby-version
.bundle
# Cucumber
.env
.irb-history
.pry-history
cucumber/Gemfile.lock
cucumber/reports
cucumber/screenshots
cucumber/*.png
cucumber/xtc-submit-acquaint
!cucumber/acquaint/AcquaintNativeiOS.app
!cucumber/acquaint/AcquaintNativeiOS.app.dSYM
!cucumber/acquaint/AcquaintNativeiOS.ipa
cucumber/xtc-submit-device-agent-test-app
!cucumber/device-agent-test-app/TestApp.app
!cucumber/device-agent-test-app/TestApp.app.dSYM
!cucumber/device-agent-test-app/TestApp.ipa
!cucumber/device-agent-test-app/TestApp.app.dSYM
!cucumber/device-agent-test-app/TestApp.app
# The version tool which is staged to bin as part
# of the build process.
bin/version