File tree Expand file tree Collapse file tree
on-premise-docker-registry Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ yarn-debug.log*
2424yarn-error.log *
2525sample-websockets /frontend /creds
2626grpc-python /kyma.pem
27- .gitignore
27+
2828grpc-python /__pycache__ /orders_pb2_grpc.cpython-38.pyc
2929grpc-python /__pycache__ /orders_pb2.cpython-38.pyc
3030.vscode
Original file line number Diff line number Diff line change 1+ do-not-commit
Original file line number Diff line number Diff line change 1+ # CAP bookshop-external
2+ _out
3+ * .db
4+ * .sqlite
5+ connection.properties
6+ default- * .json
7+ .cdsrc-private.json
8+ gen /
9+ node_modules /
10+ target /
11+
12+ # Web IDE, App Studio
13+ .che /
14+ .gen /
15+
16+ # MTA
17+ * _mta_build_tmp
18+ * .mtar
19+ mta_archives /
20+
21+ # Other
22+ .DS_Store
23+ * .orig
24+ * .log
25+
26+ * .iml
27+ * .flattened-pom.xml
28+
29+ # IDEs
30+ # .vscode
31+ # .idea
32+
33+ # @cap-js/cds-typer
34+ @cds-models
Original file line number Diff line number Diff line change 1+ bookshop
Original file line number Diff line number Diff line change 1+ certs
2+ secret
You can’t perform that action at this time.
0 commit comments