forked from couchbaselabs/mobile-testkit
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
92 lines (70 loc) · 1.63 KB
/
.gitignore
File metadata and controls
92 lines (70 loc) · 1.63 KB
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
\#*
*~
.#*
\#*\#
.cache/
*.class
.idea
*.iml
*.pyc
.gradle
local.properties
/.DS_Store
build
cli/config.json
venv
temp_couchbase_server_primary_node
temp_gateload_node
temp_cbagent_config_template.conf
temp_cbagent_config_template.conf-e
*_cf_template.json
temp_ansible_hosts
conf/hosts.ini
provisioning_config*
!libraries/utilities/provisioning_config_parser.py
*.retry
results.xml
test-framework.log
testsuites/syncgateway/performance/results/*
!performance_results/README.txt
# appium ignore
*.png
log.html
output.xml
report.html
results/*
!results/dbs
results/dbs/*
!results/dbs/macosx/
results/dbs/macosx/*
!results/dbs/macosx/README.md
!results/dbs/net-mono/
results/dbs/net-mono/*
!results/dbs/net-mono/README.md
!results/logs
results/logs/*
!results/logs/README.md
resources/cluster_configs/*
!resources/cluster_configs/README.md
resources/liteserv_configs/*
!resources/liteserv_configs/README.md
resources/pool.json
!resources/cluster_configs/1sg_1cbs.sample
debug.txt
mobile_testkit_tests/*.txt
mobile_testkit_tests/test_data/cluster_configs/*
deps/*
!deps/binaries/README.md
scripts
ansible.cfg
.vagrant/
/run_scripts/test_batch.py
portmaps.json
apps/testkit.net/testkit.net.userprefs
apps/testkit.net/Testkit.Net.Desktop/bin/*
apps/testkit.net/Testkit.Net.Desktop/obj/*
apps/testkit.java/Testkit.java.android/Tests/AndroidClient/build
apps/testkit.java/Testkit.java.android/Tests/AndroidClient/app/build
apps/testkit.java/Testkit.java.android/Tests/AndroidClient/app/*.apk
!apps/testkit.java/Testkit.java.android/Tests/AndroidClient/app/src/main/res
!apps/testkit.java/Testkit.java.android/Tests/AndroidClient/app/src/main/res/*/*.*