-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy path.gitignore
122 lines (98 loc) · 2.03 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
118
119
120
121
122
# IDEs
.idea/
.vscode/
.run/
.DS_Store
*.iml
**/.project
**/.settings
*.code-workspace
# package managers
bower_components/
node_modules/
# operations
**/certificate-signing-request.pem
**/chain.pem
# docs
docs/acd/acd.html
# cds
gen/
target/
db/src/gen
db/csv/
data/afc*.sqlite
data/afc.sqlite-shm
data/afc.sqlite-wal
data/test.sqlite
coverage
# temp
temp/
# test reports
reports/
target/report/
zdm_report.json
# test csn
srv/test-csn.json
# test e2e needed chrome driver version created localy
test/e2e/util/chromeDriverVersion.json
# created via pageIndexer.js
test/e2e/pageobjects/index.js
example-cap-server/data
example-cap-server/package-lock.json
# sqlite
*.db-journal
*.sqlite-journal
# mta
*.mtar
.mta/
.afc_mta_build_tmp/
mta-op-*/
Makefile_*.mta
mta_archives/
# notification types
srv/util-service/notification-service/notificationTypes.json
# UI
app/**/dist
di.code-validation.core_issues.json
!app/**/changes_preview.js
!app/**/sap-ui-cachebuster-info.json
app-deployer/resources
maintenance/dist
# frontend test metadata generated by npm run test:frontend:updateMetadata
app/*/webapp/localService/*.xml
# frontend mock and extension files
app/**/UIAdaptation_index.html
app/**/changes_preview.js
app/**/sap-ui-cachebuster-info.json
app/**/extended_runnable_file.html
app/**/mock_preview_sapui5.html
app/**/fioriHtmlRunner.html
app/**/visual_ext_index.html
app/**/webapp/visual_ext_index.html
app/**/.user.project.json
# mtx
.mtxcache.json
# default env
default-env.json
# appInfo
appInfo.json
# performance measurement
stress-test-times-*.csv
stress-test-kpis-*.json
read-sql-statements-temp-logs.json
read-sql-scenario-temp-logs.json
/stress-test/src/warmup-stress-test-requests.json
/stress-test/src/warmup-stress-test-scenarios.json
# stryker temp files
.stryker-tmp
#piper and sapCumulusUpload
.pipeline/defaults.yaml
.pipeline/commonPipelineEnvironment/
.pipeline/default_pipeline_environment.yml
.pipeline/piper-defaults.yml
.pipeline/tmp/
sap-piper
test-integration/_env/db
*.hdbmigrationtable
test-integration/_env/db/last-dev
/dist/